chrizator / netattack2

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

Requirements installed. but still not working ! #23

Closed b3rt1ng closed 2 years ago

b3rt1ng commented 5 years ago

When i launch netattack2, it ask me to install the requirements: [*] Installing requirements, please stand by... Requirement already satisfied: netifaces in /usr/local/lib/python2.7/dist-packages E: Impossible d'obtenir le verrou /var/lib/dpkg/lock - open (11: Ressource temporairement non disponible) E: Impossible de verrouiller le répertoire d'administration (/var/lib/dpkg/). Il est possible qu'un autre processus l'utilise. E: Impossible d'obtenir le verrou /var/lib/dpkg/lock - open (11: Ressource temporairement non disponible) E: Impossible de verrouiller le répertoire d'administration (/var/lib/dpkg/). Il est possible qu'un autre processus l'utilise. E: Impossible d'obtenir le verrou /var/lib/dpkg/lock - open (11: Ressource temporairement non disponible) E: Impossible de verrouiller le répertoire d'administration (/var/lib/dpkg/). Il est possible qu'un autre processus l'utilise. E: Impossible d'obtenir le verrou /var/lib/dpkg/lock - open (11: Ressource temporairement non disponible) E: Impossible de verrouiller le répertoire d'administration (/var/lib/dpkg/). Il est possible qu'un autre processus l'utilise.

[+] Requirements installed. so here it looks like i can't find the ressources, i need to make netattack work proprely. i result to this using the command "python2 netattack2.py"

using "./netattack2" i juste have: 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 E: Impossible de trouver le paquet python-nfqueue

[+] Requirements installed.

but i still can't use netattack

i installed manually the requierments but it seem that they are not founded.

Mikewins1 commented 5 years ago

Same problem Anyone going to answer

roronoaabdo commented 4 years ago

same problem

ajxdadev commented 4 years ago

solved this problem !! just check whether its installed properly or not sudo apt-get remove --auto-remove python-netifaces then run this command $ sudo apt-get install python-netifaces

It will work even if it shows you "Requirement already satisfied: netifaces in /usr/local/lib/python2.7/dist-packages" earlier