how-does-a-tcp-reset-attack-work icon indicating copy to clipboard operation
how-does-a-tcp-reset-attack-work copied to clipboard

try example but dont work

Open orcim opened this issue 4 years ago • 1 comments

Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/scapy/supersocket.py", line 134, in del self.close() File "/usr/local/lib/python3.6/dist-packages/scapy/arch/linux.py", line 514, in close set_promisc(self.ins, self.iface, 0) File "/usr/local/lib/python3.6/dist-packages/scapy/arch/linux.py", line 165, in set_promisc mreq = struct.pack("IHH8s", get_if_index(iff), PACKET_MR_PROMISC, 0, b"") File "/usr/local/lib/python3.6/dist-packages/scapy/arch/linux.py", line 380, in get_if_index return int(struct.unpack("I", get_if(iff, SIOCGIFINDEX)[16:20])[0]) File "/usr/local/lib/python3.6/dist-packages/scapy/arch/common.py", line 59, in get_if ifreq = ioctl(sck, cmd, struct.pack("16s16x", iff.encode("utf8"))) OSError: [Errno 19] No such device

orcim avatar May 06 '20 12:05 orcim

@orcim could you try this on latest master? I think @squidarth fixed this in https://github.com/robert/how-does-a-tcp-reset-attack-work/pull/2 . Thanks.

robert avatar May 13 '20 09:05 robert