Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iptables ignore pakage send by scapy #762

Closed
ddisaster opened this issue Aug 16, 2017 · 1 comment
Closed

iptables ignore pakage send by scapy #762

ddisaster opened this issue Aug 16, 2017 · 1 comment

Comments

@ddisaster
Copy link

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

@p-l-
Copy link
Member

p-l- commented Aug 22, 2017

Hi,

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.

Hope this helps, good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants