Attribution.
catseye
13 years ago
0 | 0 | #!/usr/bin/env python |
1 | ||
2 | # This is a stripped-down version of | |
3 | # http://4thmouse.com/wp-content/uploads/2008/02/net_tool.py | |
4 | # The closest to a license I could find is this exchange in the comment | |
5 | # section of this blog post: | |
6 | # http://4thmouse.com/index.php/2008/02/20/netcat-clone-in-three-languages-part-i-ruby/ | |
7 | # "Can i re-use your code here with some modifications?" | |
8 | # "Please do. All examples on the site are fair game." | |
1 | 9 | |
2 | 10 | import sys |
3 | 11 | import socket |