Loganinit / python-zaid

Ethical hacking python scripts developed based on the course Python & Ethical Hacking From Scratch by Zaid Sabih
129 stars 95 forks source link

netfilterqueue #6

Open LeeTaylorX12 opened 3 years ago

LeeTaylorX12 commented 3 years ago

Really struggling to move forward with the course as I can't get netfilterqueue to work .. have tried a million things has anyone got any suggestions as to how they got it to work.

Using latest Kali (on virtual box) and Python 3.9. base steps ... sudo apt-get update

sudo apt-get install python3 python-dev python3-dev \build-essential libssl-dev libffi-dev \libxml2-dev libxslt1-dev zlib1g-dev \python3-pip

sudo apt-get install build-essential python-dev libnetfilter-queue-dev

then I move to do the netfilterqueue install and no go ..

htarsoo commented 3 years ago

You can try: pip install netfilterqueue If that doesn't work, try pip3 install netfilterqueue If that doesn't work either, try: git clone https://github.com/kti/python-netfilterqueue.git cd python-netfilterqueue python setup.py install If that doesn't work either, show me the errors it gives you, I'll try to help you