Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 585 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 585 Bytes

Python for Penetration Testing

A collection of Python scripts for basic network operations and penetration testing.

Scripts

  • tcp-client.py: Simple TCP client
  • tcp-server.py: Basic TCP server
  • nmap-scanner.py: Nmap automation tool
  • banner-grabber.py: Service banner grabber

Usage

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.

Warning

For educational purposes only. Use responsibly and only on networks you own or have permission to test.