Using nmap manually can be a pain. Luckily, we have got python to do that. In this script, I have simplified using nmap in Python using python3-nmap library.
Open Termnial π»
Move to the directory: Python-Nmap/
Install the required packages using the the command:
1. pip3 install -r requirements.txt
2. sudo apt-get install nmap
Now to run the script, run the command:
python3 scanner.py
Now you will be displayed with choices for various scans.
Chose the one that fits your purpose.
Enter the IP-ADDRESS/DOMAIN-NAME accordingly.
Sit back and Relax. Let the Script do the Job. β
The results of the scan will be displayed.
Use at your own risk.