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: Multiple Spoofed HTTP Requests |
|---|---|
| Date: | Sat, 03 Sep 2005 19:29:09 +0200 |
Hi list, I've used a variety of tools such as Nemesis, Packet Xcalibur & Libnet GUI to craft customized packets. Using such tools, you can create packets at layers 2 up to 5 possibly spoofing your source IP, port numbers or whatever you see fit. The question is : Would it be possible to craft a HTTP request(or multiple requests) using a spoofed IP address? I'm inclined to consider that it's not, the reason being you must have a 3-way handshake established before you can start talking application layer protocols (such as HTTP). If you use a spoofed IP address, then there's no way of doing that. On the other hand, I might be totally wrong, that's why I'm asking the list, for the list is wise. If, however, it is possible could you please give me some directions on how to do it?
Thanks a lot S.
<blunt>
code might look like:
send syn
wait (guessed_rtt)
untill (predicted_count) { send syn-ack+predicted_count; repeat }
contine proc untill all date (request) is sent.
</blunt>If your calculations serve you correct one of the packets will be valid.
Certain attacks have taken place using this technique. Mitnick used it against Tsutomu (be it with a different protocol than http).
References http://www.cs.columbia.edu/~smb/papers/ http://www.securityfocus.com/print/infocus/1674
G'Day Kaj
http://www.securityfocus.com/sponsor/pen-test_050831 -------------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: Hacking to Xp box, chad |
|---|---|
| Next by Date: | Re: Scan virtual hosts, Adli Abdul Wahid |
| Previous by Thread: | RE: Multiple Spoofed HTTP Requests, Kyle Starkey |
| Next by Thread: | RE: Multiple Spoofed HTTP Requests, Payton, Zack |
| Indexes: | [Date] [Thread] [Top] [All Lists] |