Spoof source address (10.0.0.0). Scan 10.0.0.1 host, set source port to 80
root@host:~# nmap -S 10.0.0.0 -g 80 10.0.0.1
Host Discovery scan for 10.0.0.0/24 network. Result will show ip and MAC addresses.
root@host:~# nmap -sP 10.0.0.0/24
Complete scan of the scanme.nmap.org host. TCP SYN scan on every ports -p-, we consider the host as active -PN, agressive scan (-A include services version detection -sV, Script Engine -sC, OS detection -O and --traceroute).
root@host:~# nmap -sS -PN -p- -A -T4 scanme.nmap.org