EvilZone
Hacking and Security => Hacking and Security => : hppd December 07, 2013, 01:44:26 AM
-
Hello ez
I was wondering if there was a way to make nMap mass scan a shitload of ip's with a specific service version on a specific port. Like for example ftpd 1.3.3 on port 21. I'm sure it's possible I just don't kno where to look.
Thanks in advance
hppd
-
nmap -sV -Pn -p 21 -iR 0 --open -oN readthenmapbook.txt
Something along these lines I suppose
-
http://nmap.org/
-
nmap -sV -Pn -p 21 -iR 0 --open -oN readthenmapbook.txt
Something along these lines I suppose
Subtle... :P
-
man nmap
nmap --help
https://www.google.com/#q=in+depth+nmap+tutorial
Anyway, answered.
/