You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Howdy! I am not sure why this isn't working, but I did take a screen recording of it in use so maybe you can explain. That video file will be attached. Thank you so much, and keep up the great work!
(The video does not seem to be working)
Screencast.2021-04-24.10.49.47.mp4
The text was updated successfully, but these errors were encountered:
I don't think so. I have already done that, but it still has an error.
WARNING: No IPv4 address found on anpi0 !
WARNING: No IPv4 address found on anpi1 !
WARNING: more No IPv4 address found on en0 !
Starting sniff...
Traceback (most recent call last):
File "/Users/paulwang/Desktop/how-does-a-tcp-reset-attack-work/main.py", line 131, in <module>
t = sniff(
^^^^^^
File "/opt/homebrew/lib/python3.12/site-packages/scapy/sendrecv.py", line 1311, in sniff
sniffer._run(*args, **kwargs)
File "/opt/homebrew/lib/python3.12/site-packages/scapy/sendrecv.py", line 1250, in _run
if lfilter and not lfilter(p):
^^^^^^^^^^
File "/Users/paulwang/Desktop/how-does-a-tcp-reset-attack-work/main.py", line 53, in f
src_ip = p[IP].src
~^^^^
File "/opt/homebrew/lib/python3.12/site-packages/scapy/packet.py", line 1327, in __getitem__
raise IndexError("Layer [%s] not found" % name)
IndexError: Layer [IP] not found
Howdy! I am not sure why this isn't working, but I did take a screen recording of it in use so maybe you can explain. That video file will be attached. Thank you so much, and keep up the great work!
(The video does not seem to be working)
Screencast.2021-04-24.10.49.47.mp4
The text was updated successfully, but these errors were encountered: