EvilZone

Hacking and Security => Hacking and Security => Topic started by: hppd on December 07, 2013, 01:44:26 AM

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

Something along these lines I suppose
Title: Re: Is there a way to make nMap mass scan a specific port & service/version
Post by: proxx on December 07, 2013, 08:40:45 AM
http://nmap.org/
Title: Re: Is there a way to make nMap mass scan a specific port & service/version
Post by: Snayler on 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
Title: Re: Is there a way to make nMap mass scan a specific port & service/version
Post by: techb on December 07, 2013, 02:34:07 PM
Code: [Select]
man nmap
Code: [Select]
nmap --help
Code: [Select]
https://www.google.com/#q=in+depth+nmap+tutorial
Anyway, answered.

/