Skip to content

roybeitner/packet-interceptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Summary: Just a little POC of catching a live packet in order to read bytes / mangle / alter packet payload.

In order to catch the packet inside the python code you'll have to redirect an incoming/outgoing/forwarded packet to the nfqueue.

    Example:
        iptables -A INPUT -j NFQUEUE --queue-num 1

If you have trouble installing "Netfilterqueue" please take a look over here: https://stackoverflow.com/questions/61301351/how-do-i-install-netfilterqueue-for-python3

About

A simple POC of packet interception

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages