Skip to content

A collection of Python scripts for network analysis and testing.

Notifications You must be signed in to change notification settings

uruc/Python-for-Penetration-Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A collection of Python scripts for network analysis and testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages