Quote:
Originally Posted by Cryptid
well i wrote a small program which calculates the correct sequence number and build packets from the scratch and responds to request
|
Kevin famously did something exactly like this to mess with the dumbass who "caught" him - and TCP was modified to deal with the attack.
Nowadays, predicting TCP sequence numbers blind is problematic at best, albeit it is possible to fake the entire handshake completely blind, and if you are in a position to do so, it is far easier to MiTM the connection, or introduce tcp-breaks (look into injecting commands into telnet streams).
Datenterrorist has a good write up, TCP Hijacking tools in Perl or something like that, which is quite useful.