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
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
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
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 ..
The text was updated successfully, but these errors were encountered: