Okay this is a down and dirty command guide for NMap. Nothing fancy. Just commands. Put whichever ones you want to use into the short cut menu of mobile terminal. When you want to run NMap just hit the appropriate command and add the IP address at the end. I still urge you all to get the NMap Manual and learn what each of the commands mean. That way you can customize these basic command lines to a more targeted scan.
Intense Scan
nmap -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389
Intense Scan Plus UDP
nmap -sS -sU -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389
Intense Scan, All TCP Ports
nmap -p 1-65535 -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389
Intense Scan, No Ping
nmap -T4 -A -v -PN
Ping Scan
nmap -sP -PE -PA21,23,80,3389
Quick Scan
nmap -T4 -F
Quick Scan Plus
nmap -sV -T4 -O -F –version-light
Quick Traceroute
nmap -sP -PE -PS22,25,80 -PA21,23,80,3389 -PU -PO –traceroute
Regular Scan
nmap
Slow Comprehensive Scan
nmap -sS -sU -T4 -A -v -PE -PP -PS21,22,23,25,80,113,31339 -PA80,113,443,10042 -PO --script all
grinchy scan
nmap -p 1-65535 -sT -PN -T2 -A -v -v ip.ip.ip.ip