Using Nfqueue with Python the right way
While I was re-writing the Spoof plugin for MITMf I came across the "pythonic" way of using Nfqueue with python.
Previously the plugin was using code from dnspoof.py for DNS tampering, which used the nfqueue-bindings python library from here.
Problem was that it was a pain to setup: you …