- This topic has 23 replies, 2 voices, and was last updated 3 years, 9 months ago by Diego Pérez.
- AuthorPosts
- February 12, 2021 at 5:01 am #52015encryptedn00bParticipant
When I run the command iptables -I FORWARD -j NFQUEUE –queue-num 0
Note: I put 2 dashes for quene-num it just looks like one because thats how it looks on this forum
I get
iptables v1.8.3 (nf_tables): unknown option “NFQUEUE”
Try `iptables -h’ or ‘iptables –help’ for more information.- This topic was modified 3 years, 9 months ago by encryptedn00b.
February 12, 2021 at 6:22 pm #52024Diego PérezModeratorHi!
Are you sure you are using the latest custom kali image provided by Zaid? It’s important!Let me know.
DiegoFebruary 13, 2021 at 2:42 am #52028encryptedn00bParticipantI am
February 13, 2021 at 5:20 pm #52034Diego PérezModeratorHi!
Have you run apt upgrade? Because that will undo all the custom changes made by Zaid.Can you share a screenshot with the command used and the result please?
Thanks!
DiegoFebruary 14, 2021 at 2:50 am #52043encryptedn00bParticipantYeah no I did not but I will provide the screenshot. Okay I retyped the command. https://ibb.co/4PsyMv9
February 15, 2021 at 6:21 pm #52072Diego PérezModeratorHi!
Have you installed netfilterqueue? If so which exact command did you use?Let me know.
DiegoFebruary 17, 2021 at 9:40 am #52128encryptedn00bParticipantI believe so and I will check which commands I used
February 17, 2021 at 6:36 pm #52138Diego PérezModeratorCool!
Let me know.
DiegoFebruary 18, 2021 at 12:01 am #52148encryptedn00bParticipantOkay I put pip install netfilterquene
February 18, 2021 at 6:25 pm #52172Diego PérezModeratorHi!
Did you get any error while installing netfilterqueu? Because if it was installed properly then the iptables rule should work fine.Let me know.
DiegoFebruary 19, 2021 at 8:19 am #52195encryptedn00bParticipantOkay when I ran pip install netfilterqueue I got the message Requirement already satisfied: netfilterqueue in /usr/local/lib/python2.7/dist-packages (0.8.1)
So it seems like I have installed itFebruary 19, 2021 at 10:32 pm #52223Diego PérezModeratorHi!
I just tested in a custom kali that doesn’t have netfilterqueue installed and even that the iptables rule worked, so it’s very strange that it is not working for you, your command seems to be correct, iptables version is the same that I did the tests with. So for testing purposes, can you import a fresh custom kali and run the command there? There’s no need to delete the current kali.Let me know how it goes!
DiegoFebruary 20, 2021 at 6:08 am #52237encryptedn00bParticipantOkay so you are asking me to create a new VM to test on?
February 20, 2021 at 6:26 pm #52254Diego PérezModeratorHi!
Yeah, as mentioned there’s no need to delete the current kali.Let me know how it goes!
DiegoFebruary 23, 2021 at 10:46 am #52333encryptedn00bParticipantOkay I installed a new VM and I am still getting the same problem. I ran the same command as well. I downloaded the “Kali 2020 64-bit” from the lecture provided
- AuthorPosts
- You must be logged in to reply to this topic.