Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: nmap -S option |
|---|---|
| Date: | Thu, 15 Feb 2007 09:57:45 +0100 |
Le mercredi 14 février 2007 à 01:13 -0800, Baris Erdogan a écrit :
When i use "nmap -sS targetaddress -S spoofaddress -e eth0" command, nmap does not show open ports at end of scan. i wanna know whether this is normal case or not. do i misuse nmap options?
-S is used to spoof source IP addresse. So, if you spoof a source
address, there's a considerable chance you may not get the replies from
your target, as they will be destined to the very IP address you're
spoofing. Usually, -S parameter is mostly used for decoys, although a
dedicated option is available for that purpose.
Now, practical example, where you're A spoofing C to scan B:
A ---- SYN(src=C) ----> B ---- SYN/ACK ----> C
A does not see any reply from B, deducing there are only filtered ports
on B. OK ? If you want to actualy get something back from your scan,
you'll have to make sure replies from B to C come back to A, like ARP
cache poisoning or any traffic redirection technic you may think of.
You can also think of using Idle Scan technic provided you can predict C
is idle and has a predictable IP Ids generator. You can find more info
on Nmap website:
http://insecure.org/nmap/idlescan.html
Using nmap, you will launch:
nmap -sI spoofaddress:openport targetaddress -e eth0
--
http://sid.rstack.org/
PGP KeyID: 157E98EE FingerPrint: FA62226DA9E72FA8AECAA240008B480E157E98EE
Hi! I'm your friendly neighbourhood signature virus. Copy me to your signature file and help me spread!
------------------------------------------------------------------------ This List Sponsored by: Cenzic Need to secure your web apps? Cenzic Hailstorm finds vulnerabilities fast. Click the link to buy it, try it or download Hailstorm for FREE. http://www.cenzic.com/products_services/download_hailstorm.php?camp=701600000008bOW ------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: nmap -S option, Baris Erdogan |
|---|---|
| Next by Date: | Re: nmap -S option, Francois Yang |
| Previous by Thread: | nmap -S option, Baris Erdogan |
| Next by Thread: | Re: nmap -S option, Francois Yang |
| Indexes: | [Date] [Thread] [Top] [All Lists] |