nmap -PS -PA -PU flags
Hello!
I have a question. I bought fyodor's book for NMAP and it's been great! I am really learning the internals and best practices. But one thing i'm confused with is the host discovery flags PS PA PU. Syntax should be P[A/S/U]<port list>
Essentially, it should be probing for hosts sending either SYN,ACK or UDP probes to the ports suggested. However, when I use it, I detects hosts that are up but on ports I didn't specify.
E.G. @my house
nmap -PS80,21,25 -PA80,21,25 -PU53 192.168.1.0/24 -v
will yield results for my http server,ftp,dns but also scan ports up to 4444 and higher.
Any reason this is happening? Am I using the flag wrong?
Thank you.
__________________
Lying is my life.
|