Skip to content

anna-guinet/hackingTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

hackingTools

Simple Ethical hacking tools in Python 3 for personal educative purposes.

Network scanner

Automated network scanner with nmap: network_scan.py.

Prerequisites:

  • nmap tool
  • python-nmap library
    • how to install: pip install python-nmap

Run the script with IPv4 address (X.X.X.X) and port:

  • python3 ./network_scan.py ip_address port

Output:

  • Status of the host, the open port, the scanning method, the likely OS in a ip_address.txt file, with a timestamp.

About

Ethical hacking tools in Python (simple and educative)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages