Simple Ethical hacking tools in Python 3 for personal educative purposes.
Automated network scanner with nmap: network_scan.py.
Prerequisites:
nmaptool- how to install: https://nmap.org/
python-nmaplibrary- how to install:
pip install python-nmap
- how to install:
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.txtfile, with a timestamp.