And there is no mention of ScaPy? http://www.secdev.org/projects/scapy/
Did you even read the link?
11–20 of 125 posts
And there is no mention of ScaPy? http://www.secdev.org/projects/scapy/
Did you even read the link?
And there is no mention of ScaPy? http://www.secdev.org/projects/scapy/
This is not a TCP stack.
Shouldn't the TCP handshake look like this: ---- SYN ----> ---- ACK ----> rather than having the client send two SYNs to the server?
And there is no mention of ScaPy? http://www.secdev.org/projects/scapy/
ARP spoofing... clever. This was an amusing read and really informative, too. There is definitely something to be said for explaining lower-level concepts (e.g. TCP handshakes) using the common tongue. IMO, not a bad way to begin learning. Someone could perform the same experiment now and use Wireshark to see the raw packets, then draw conclusions to what is happening. Anyone know why the Python program is so slow? I…