R3DDY97 / KICKthemOUT3

K1CK devices off your N3TW0RK by performing an ARP Spoof attack with Python3+ compatability
MIT License
33 stars 8 forks source link

it shows me this issue : #4

Open 7unkn0wn opened 3 years ago

7unkn0wn commented 3 years ago

python3 kick3.py

    PIP package scapy-python3 used to provide scapy3k, which was a fork from scapy implementing python3 compatibility since 2016. This package was included in some of the Linux distros under name of python3-scapy. Starting from scapy version 2.4 (released in March, 2018) mainstream scapy supports python3. To reduce any confusion scapy3k was renamed to kamene.

You should use either pip package kamene for scapy3k (see http://github.com/phaethon/kamene for differences in use) or mainstream scapy (pip package scapy, http://github.com/secdev/scapy).

Traceback (most recent call last): File "kick3.py", line 11, in import R_spoof File "/root/KICKthemOUT3/R_spoof.py", line 5, in from scapy.all import * File "/usr/local/lib/python3.8/dist-packages/scapy/all.py", line 5, in raise Exception(msg) Exception: PIP package scapy-python3 used to provide scapy3k, which was a fork from scapy implementing python3 compatibility since 2016. This package was included in some of the Linux distros under name of python3-scapy. Starting from scapy version 2.4 (released in March, 2018) mainstream scapy supports python3. To reduce any confusion scapy3k was renamed to kamene. You should use either pip package kamene for scapy3k (see http://github.com/phaethon/kamene for differences in use) or mainstream scapy (pip package scapy, http://github.com/secdev/scapy).

R3DDY97 commented 3 years ago

Yes @raiden21211 Updated scapy module Check it and let me know if you face any issue

7unkn0wn commented 3 years ago

i still got a problem :

Scanning your N3TW0RK, H4NG 0N... Traceback (most recent call last): File "kick3.py", line 368, in main() File "kick3.py", line 336, in main ip_mac_vendor = scanNetwork() File "kick3.py", line 121, in scanNetwork nm = nmap.PortScanner() AttributeError: module 'nmap' has no attribute 'PortScanner'

Yes @raiden21211 Updated scapy module Check it and let me know if you face any issue

R3DDY97 commented 3 years ago

can you check whether nmap is installed or not.

apt install nmap

7unkn0wn commented 3 years ago

can you check whether nmap is installed or not.

apt install nmap

yes it is installed.

7unkn0wn commented 3 years ago

Screenshot_2020-11-30_17-43-38 after i run python3 kick3.py it shows me this

R3DDY97 commented 3 years ago

Okay

Try running these

1.) sudo apt-get install && sudo apt-get update nmap 2.) git clone https://github.com/R3DDY97/KICKthemOUT3 3.) cd KICKthemOUT3/ 4.) sudo -H pip3 install -r requirements.txt 5.) sudo python3 kickthemout.py

7unkn0wn commented 3 years ago

still doesnt work :/

R3DDY97 commented 3 years ago

Issue is with nmap..

Try uninstalling Python- nmap and nmap

Install Python-nmap first And later nmap. ...

7unkn0wn commented 3 years ago

Issue is with nmap..

Try uninstalling Python- nmap and nmap

Install Python-nmap first And later nmap. ...

still does'nt work :(

Majboor commented 1 year ago

here try this out if the problem doesnt work simple wrapper for many tools feel free to contribute https://github.com/Tech-Realm/The-Exploiter