is it possible to inject tcp packets in a tcp connection?

Hi,

I'm wondering if I can inject packets into an already established tcp connection.

at a specific moment, I should be able to hold out-going packet and inject custom created packet. then I should be able to increment sequence numbers for all the packets that i have hold and all subsequent outgoing packets.

I'm thinking of using libnet to inject packets. but I'm not sure of how to make sure tcp sequence numbers are intact.

I'd prefer window platform for development.

Thanks in advance.

Reply to
p.compassion
Loading thread data ...

Hi,

it's much easier to do a MITM attack by implementing a TCP proxy. That means, you're simulating Alice for Bob, and you're simulating Bob for Alice, so that you have two TCP connections.

Yours, VB.

Reply to
Volker Birk

For Windows, you should rather look at WinPCap. The source code package already ships with various examples of ARP spoofing, TCP packet generators etc.

Reply to
Sebastian Gottschalk

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.