A script that uses nmap to make port scanning of all 65,535 ports extremely quick.
Place the script into one of your path folder, like /usr/bin/quickmap
Functionality:
- Scans all ports from 0-65,535
- After finding all open ports, it will run a detailed scan using default nmap scripts to fingerprint the services
- Saves the output in the current working directory
Usage: quickmap <IP address> Example: quickmap 10.10.11.245