Author Topic: Target OS scanner by IP Range?  (Read 1334 times)

0 Members and 1 Guest are viewing this topic.

Offline SharpenedFungi

  • NULL
  • Posts: 4
  • Cookies: 0
    • View Profile
Target OS scanner by IP Range?
« 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 ?

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: Target OS scanner by IP Range?
« Reply #1 on: June 27, 2011, 04:42:57 pm »
nmap,       usage can be like nmap -O 192.168.0.1/24   
~Factionwars

Offline SharpenedFungi

  • NULL
  • Posts: 4
  • Cookies: 0
    • View Profile
Re: Target OS scanner by IP Range?
« Reply #2 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 ?

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Target OS scanner by IP Range?
« Reply #3 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

iMorg

  • Guest
Re: Target OS scanner by IP Range?
« Reply #4 on: June 28, 2011, 04:30:29 am »
NSE...