KICKthemOUT3 icon indicating copy to clipboard operation
KICKthemOUT3 copied to clipboard

it shows me this issue :

Open 7unkn0wn opened this issue 4 years ago • 10 comments

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).

7unkn0wn avatar Nov 07 '20 08:11 7unkn0wn

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

R3DDY97 avatar Nov 09 '20 08:11 R3DDY97

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

7unkn0wn avatar Nov 30 '20 12:11 7unkn0wn

can you check whether nmap is installed or not.

apt install nmap

R3DDY97 avatar Nov 30 '20 15:11 R3DDY97

can you check whether nmap is installed or not.

apt install nmap

yes it is installed.

7unkn0wn avatar Nov 30 '20 15:11 7unkn0wn

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

7unkn0wn avatar Nov 30 '20 15:11 7unkn0wn

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

R3DDY97 avatar Nov 30 '20 18:11 R3DDY97

still doesnt work :/

7unkn0wn avatar Dec 01 '20 09:12 7unkn0wn

Issue is with nmap..

Try uninstalling Python- nmap and nmap

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

R3DDY97 avatar Dec 01 '20 18:12 R3DDY97

Issue is with nmap..

Try uninstalling Python- nmap and nmap

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

still does'nt work :(

7unkn0wn avatar Dec 09 '20 14:12 7unkn0wn

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

Majboor avatar Apr 23 '23 21:04 Majboor