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

netfilterqueue #6

Open
LeeTaylorX12 opened this issue Jan 28, 2021 · 1 comment
Open

netfilterqueue #6

LeeTaylorX12 opened this issue Jan 28, 2021 · 1 comment

Comments

@LeeTaylorX12
Copy link

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
Copy link

htarsoo commented Apr 21, 2021

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

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