Python scripts and codes useful for hacking.
client.py --> Tool to act as TCP or UDP client
tcp_server.py --> Tool to make a multithreaded TCP server that accepts connects and responds back. Meant to work with client.py
nettool.py --> Tool to rerplicate the caopibilities of netcat and execute commands , upload files and accept or create socket connections.