On Thu, Aug 21, 2003 at 04:02:37PM +0000, Jack Solomon wrote: > > Kinda related to this topic, how do I scan a range of ip addresses without > having to type them all in seperated by comas ? I didnt know you could > specify a range ?
You can use one of those :
192.168.0.2/24 (scans 192.168.0.2 to 192.168.0.254)
192.168.0.2-254 (idem)
192.168.0.2-192.168.0.254 (same thing)
-- Renaud
