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
Scapy sends packet at a low level and they are not seen by netfilter. If you want to send packets seen by netfilter, either you can send them from another computer, or you can use the regular socket API to have the host's IP stack send packets for you.
pakages send by scapy send() are not detected by iptables rules
this is the question in stackoverflow for this Problem:
https://stackoverflow.com/questions/45696288/iptables-ignore-pakage-send-by-scapy
The text was updated successfully, but these errors were encountered: