k4m4 / kickthemout

💤 Kick devices off your network by performing an ARP Spoof attack.
https://nikolaskama.me/kickthemoutproject
MIT License
2.52k stars 440 forks source link

Can't open kickthemout.py #448

Closed CuzImPal closed 4 years ago

CuzImPal commented 4 years ago

Hello, i am working with kali, and i like to use kickthemout for pranking friends.

I do everything what the readme.txt want and then i do the command : "sudo python3 kickthemout.py"

and then this error came :

ERROR: Requirements have not been satisfied properly. Please look at the README file for configuration instructions.

Details: No module named 'nmap'

any1 can explain me why?

yunusemretl commented 4 years ago

Hello, your required packages are not installed. To do this, just enter the terminal and write "pip install -r requirements.txt" in the kickthemout directory.

glibglib3 commented 4 years ago

sorry ive already installed it still no luck :(

araldolucente commented 4 years ago

good morning to me also from the same error, I tried to type pip install -r Requirements.txt but it gives me this error: ERROR: the requirements have not been satisfied correctly. See the README file for configuration instructions.

If you still can't resolve this error, please submit a problem here: https://github.com/k4m4/kickthemout/issues

Details: no modules named 'nmap'.

in addition I have already installed nmap and I have also tried to perform the action as described in the file: readme.md but it gives me the same result.

urmommy-c commented 4 years ago

So what you guys have to do is run sudo apt install python-nmap Its not working because nmap isnt installed on the local thing but yeah that should work

araldolucente commented 4 years ago

thanks a lot, now it works, I just changed: python-nmap with python3-nmap and now it works !! thank you very much!!

Il giorno ven 24 apr 2020 alle ore 01:27 Bobowonnell < notifications@github.com> ha scritto:

So what you guys have to do is run sudo apt install python-nmap Its not working because nmap isnt installed on the local thing but yeah that should work

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/k4m4/kickthemout/issues/448#issuecomment-618721724, or unsubscribe https://github.com/notifications/unsubscribe-auth/APJZIPOME5G7IASOD4BKESDRODFG3ANCNFSM4MIQGQYQ .

--

*IC "Parmigianino"***

*P.le Rondani, 1 - 43125 Parma ***

*tel. 0521 233874 - fax 0521 233046 ***

*www.icparmigianino. http://www.icparmigianino.org/it***

--

Privacy e riservatezza: il presente messaggio, così come i relativi allegati, contengono dati ed informazioni da considerarsi strettamente riservate ed è indirizzato esclusivamente al destinatario sopra indicato, il quale è l'unico autorizzato a trattarlo in osservanza delle norme del Regolamento UE 2016/679 (RGPD) . Preghiamo chiunque ricevesse questo messaggio per errore di evitare di copiarlo, divulgarlo, distribuirlo a terzi e di dare notizia al mittente dell’errato invio, distruggendone poi l'eventuale copia cartacea e la copia in formato elettronico. Grazie.     

urmommy-c commented 4 years ago

Np