A collection of Python scripts for basic network operations and penetration testing.
- tcp-client.py: Simple TCP client
- tcp-server.py: Basic TCP server
- nmap-scanner.py: Nmap automation tool
- banner-grabber.py: Service banner grabber
Requires Python 3.x and python-nmap library: pip install python-nmap
Run scripts with: python script_name.py
Nmap must be installed for nmap-scanner.py.
For educational purposes only. Use responsibly and only on networks you own or have permission to test.