- This topic has 23 replies, 2 voices, and was last updated 4 years ago by
Diego Pérez.
- AuthorPosts
- February 23, 2021 at 6:21 pm #52342
Diego Pérez
ModeratorHi!
That’s weird, it can’t be. There might be something wrong with your command but it looks fine, as I said I tested it ina machine with no netfilterqueue installed and it worked fine. In this recently imported machine, did you run any command before the iptables rule?
I can see you are using Qterminal, can you use terminator instead? I just want to know what happens.Thanks!
DiegoFebruary 23, 2021 at 8:06 pm #52347encryptedn00b
ParticipantI forgot to install netfilterqueue actually on the new VM. So I will do that and report when I get the chance
February 24, 2021 at 6:31 pm #52369Diego Pérez
ModeratorHi!
Cool!
Let me know.
DiegoFebruary 25, 2021 at 6:16 am #52380encryptedn00b
ParticipantIt did not work I got the same thing. First I put pip install netfilterqueue then iptables -I FORWARD -j NFQUEUE –queue-num 0
February 25, 2021 at 6:29 pm #52405Diego Pérez
ModeratorHi!
That’s bizarre! It can’t be, apart form pip install netfilterqueue which other command did you run? Did you install, update or upgrade anything?Let me know.
DiegoFebruary 27, 2021 at 2:56 am #52438encryptedn00b
ParticipantSo I saw on my virtual machine the one I just installed for testing that there was commands I did not run. So I installed it again the one Zaid provided in the course and turns out those commands seem like they are pre ran. This machine is freshly installed the only command I type was “history” But you can see update was ran
February 27, 2021 at 6:20 pm #52446Diego Pérez
ModeratorHi!
Yeah, those are some commands used to customize kali, doing apt update is ok, the one to avoid is upgrade. Can you try by copy/pasting this code:iptables -I FORWARD -j NFQUEUE --queue-num 0
Let me know how it goes!
DiegoFebruary 28, 2021 at 8:09 am #52456encryptedn00b
ParticipantIt worked thank you very much
March 1, 2021 at 5:44 pm #52499Diego Pérez
ModeratorHi!
Cool you got it!
Diego - AuthorPosts
- You must be logged in to reply to this topic.