User Controls
PyCat, my python replacement tool for netcat.
-
2015-10-17 at 1:41 PM UTCHi guys my PyCat program is done. Pycat is a python replacement tool for netcat. That automatically scans for hosts that are up on the local network. Simply run PyCat.py without arguments to automatically start scanning the network. CTRL+C will interrupt scanning and display the options for interacting with hosts that are up.
If you're interested in this tool you can clone/download my repo directly from github. I even got a star for it, hoozah! (n_n")
https://github.com/NullArray/PyCat -
2015-10-18 at 3:57 AM UTCcool, the manual IP header build/read is interesting... netcat's a minimal tool though; can be used for a LOT more than that
-
2015-10-18 at 12:49 PM UTC
cool, the manual IP header build/read is interesting… netcat's a minimal tool though; can be used for a LOT more than that
Thanks i got the idea for it from a book on python i'm reading.