EvilZone

Hacking and Security => Hacking and Security => : hppd December 07, 2013, 01:44:26 AM

: Is there a way to make nMap mass scan a specific port & service/version
: 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
: Re: Is there a way to make nMap mass scan a specific port & service/version
: .sam December 07, 2013, 06:23:45 AM
nmap -sV -Pn -p 21 -iR 0 --open -oN readthenmapbook.txt

Something along these lines I suppose
: Re: Is there a way to make nMap mass scan a specific port & service/version
: proxx December 07, 2013, 08:40:45 AM
http://nmap.org/
: Re: Is there a way to make nMap mass scan a specific port & service/version
: Snayler December 07, 2013, 02:01:46 PM
nmap -sV -Pn -p 21 -iR 0 --open -oN readthenmapbook.txt

Something along these lines I suppose
Subtle... :P
: Re: Is there a way to make nMap mass scan a specific port & service/version
: techb December 07, 2013, 02:34:07 PM
:
man nmap
:
nmap --help
:
https://www.google.com/#q=in+depth+nmap+tutorial
Anyway, answered.

/