CYBERTOOLS:3- Host Discovery and Port Ranges (output to file)
This a guide to use them:-
nmap -A is the aggressive option that use os detection , service detection and scripts to determine any and all information on a target. (Not to be used on a target machine on which you have no authorization)
nmap -sn tells a which hosts are up and works similar to netdiscover
nmap -p helps us specify port
nmap -F scans first 100 ports
HOW TO OUTPUT A NMAP SCAN
nmap <arguements and ip port etc> >> filename.txt
Results in a file as well as displayed on the terminal
nmap -oN filename.txt
Comments
Post a Comment