chrizator / netattack2

An advanced network scan and attack script based on GUI. 2nd version of no-GUI netattack.
MIT License
418 stars 119 forks source link

Installation error "unable to locate package python-nfqeue" #18

Open jabulonboaz opened 6 years ago

jabulonboaz commented 6 years ago

I just installed and upgraded a fresh copy of Kali Linux from the official site. Then i cloneed your git and went through your installation guide. After i click "y" to install the dependencies automatically i get this error "unable to locate package python-nfqeue". As a result i can never run your tool. Pls help.

x3l51 commented 5 years ago

You can't use python3. Use this instead sudo python2 netattack2.py

You can alternatively look at my repos for I have made an fork that works with python3. It needs testing anyway.

matineit commented 5 years ago

root@kali:~/netattack2# python2 netattack2.py ERROR: Modules missing. Do you want to automatically install all requirements? (y/n): y [*] Installing requirements, please stand by... Requirement already satisfied: netifaces in /usr/local/lib/python2.7/dist-packages (0.10.9) E: Unable to locate package python-nfqueue

[+] Requirements installed.

===================

root@kali:~/netattack2# python netattack2.py ERROR: Modules missing. Do you want to automatically install all requirements? (y/n): y [*] Installing requirements, please stand by... Requirement already satisfied: netifaces in /usr/local/lib/python2.7/dist-packages (0.10.9) E: Unable to locate package python-nfqueue

[+] Requirements installed.

root@kali:~/netattack2#

Can you help me how to solve this problem ?

ImLilDev commented 5 years ago

Hey ! It issues is easy to fix !

Just open the nettack2.py with the text editor of your choice ! After that, just remove every line, that contains « python-nfqueue »

After that save it. And re rune the command !

It should work just fine without it ! Hope this will fix your issues ! (It worked for me so should work for you with no problem ! ^^)