EvilZone

Hacking and Security => Hacking and Security => Topic started by: SharpenedFungi on June 27, 2011, 03:59:53 PM

Title: Target OS scanner by IP Range?
Post by: SharpenedFungi on June 27, 2011, 03:59:53 PM
Can you name a fast tool that has a feature like that, or is it just a job I must do it myself one by one ?


Just OS (maybe versions also), and just quick ?
Title: Re: Target OS scanner by IP Range?
Post by: Stackprotector on June 27, 2011, 04:42:57 PM
nmap,       usage can be like nmap -O 192.168.0.1/24   
Title: Re: Target OS scanner by IP Range?
Post by: SharpenedFungi on June 27, 2011, 06:22:13 PM
Thanks for that.
Is there a way to make it report only the specified OS instead of filtering by words ?
Title: Re: Target OS scanner by IP Range?
Post by: Kulverstukas on June 27, 2011, 06:53:58 PM
say what?
I think you could just output everything into the file and use regex to replace unwanted stuff...

on Linux you need root to scan for OS
sudo nmap -O IP/24
Title: Re: Target OS scanner by IP Range?
Post by: iMorg on June 28, 2011, 04:30:29 AM
NSE...