| To: | "'Nikhil Wagholikar'" <visitnikhil@gmail.com>, <pen-test@securityfocus.com> |
|---|---|
| Subject: | RE: Discovering Live Hosts |
| From: | "ragdelaed" <ragdelaed@gmail.com> |
| Date: | Wed, 8 Aug 2007 13:00:42 -0400 |
| Delivered-to: | sp-com-lists@consult.net |
| Delivered-to: | pentest-list2@consult.net |
| Delivered-to: | mailing list pen-test@securityfocus.com |
| Delivered-to: | moderator for pen-test@securityfocus.com |
| Dkim-signature: | a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:references:in-reply-to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:content-language; b=H375qlVWRA/layETiyRPWQg2yoGSnV98PAFKLaNA0JyQ3jB2ATupSmZ6p3snhpb44cMhqGsKwyAYaGAb3TiZJCvVAv3hZ6cHXdHIITvkHHSWj58O4Ic/Vr+uObnStsgIdgmAh1giFOPIWyzCm0XtfLyyVI2H5rWXsm3D5ILk8Dc= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:references:in-reply-to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:content-language; b=OYV3fUCdBesw2mGCRspVjqd3yN2YS7RP/Hdwnk1o8GMYZ6mjdvjk8petlLKHH8UAYIDG1yLaL+Mnk/QVtf9At8tifuExLnAFaywqam+h8JT+B1iB6UCtDoS1VFTUeUqWWzAinNqua5qUj6VVjy95Th7FnObsKy67t31ypP3xigU= |
| In-reply-to: | <266316f70708070829w24a05fecqacb4a27a8e40062@mail.gmail.com> |
| List-help: | <mailto:pen-test-help@securityfocus.com> |
| List-id: | <pen-test.list-id.securityfocus.com> |
| List-post: | <mailto:pen-test@securityfocus.com> |
| List-subscribe: | <mailto:pen-test-subscribe@securityfocus.com> |
| List-unsubscribe: | <mailto:pen-test-unsubscribe@securityfocus.com> |
| Mailing-list: | contact pen-test-help@securityfocus.com; run by ezmlm |
| References: | <266316f70708070829w24a05fecqacb4a27a8e40062@mail.gmail.com> |
| Resent-date: | Wed, 8 Aug 2007 11:46:24 -0600 (MDT) |
| Resent-from: | pen-test-return-1078484785@securityfocus.com |
| Resent-message-id: | <20070808174624.D6BAC236F4A@outgoing3.securityfocus.com> |
| Resent-sender: | listbounce@securityfocus.com |
| Sender: | listbounce@securityfocus.com |
| Thread-index: | AcfZY3KKFwCMTYRnTrOT/qt7vKLyfgAd+peg |
1. scanrand quick the segment. Might want to throttle it down. 2. nmap port ping -PS for default port 80, or define a port range (-PS21,22,23,25,53,80,443,3389,5900). 3. nmap ping sweep -sP. 4. other quick and dirty scan. (hping, etc) 5. stick all results in a file, cut only the ip addresses out, sort|uniq|sort. This should give you a list of hosts on the target segment that are alive and responding in some fashion. In order to find ALL hosts, you would have to nmap each individual ip address with all ports. This is extremely slow. In order to find the QUICKEST amount of hosts, scanrand or nmap for specific ports with the defaults or minimal switches. This will miss some hosts. In order to find the most hosts in a decent amount of time, its necessary to meet in the middle. I like scanrand because of the speed, I like nmap because of the reliability and reproducibility. I like to use both. There is no ultimate solution. If I stick a host out there and have apache listen on 10293, how will you find that? If its one host in a class B, then good luck. After you have the list of hosts that respond, feed that back into nmap to do a full scan. Once you have that, then you can script a query for each with amap or something else to find out what is living on the port, or do other things with the list. ------------------------------------------------------------------------ This list is sponsored by: Cenzic Need to secure your web apps NOW? Cenzic finds more, "real" vulnerabilities fast. Click to try it, buy it or download a solution FREE today! http://www.cenzic.com/downloads ------------------------------------------------------------------------ |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Discovering Live Hosts, Sat Jagat Singh |
|---|---|
| Next by Date: | Re: Discovering Live Hosts, rajat swarup |
| Previous by Thread: | Re: Discovering Live Hosts, Sat Jagat Singh |
| Next by Thread: | Re: Discovering Live Hosts, Dan Catalin Vasile |
| Indexes: | [Date] [Thread] [Top] [All Lists] |