Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it shows me this issue : #4

Open
7unkn0wn opened this issue Nov 7, 2020 · 10 comments
Open

it shows me this issue : #4

7unkn0wn opened this issue Nov 7, 2020 · 10 comments

Comments

@7unkn0wn
Copy link

7unkn0wn commented Nov 7, 2020

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
Copy link
Owner

R3DDY97 commented Nov 9, 2020

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

@7unkn0wn
Copy link
Author

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
Copy link
Owner

R3DDY97 commented Nov 30, 2020

can you check whether nmap is installed or not.

apt install nmap

@7unkn0wn
Copy link
Author

can you check whether nmap is installed or not.

apt install nmap

yes it is installed.

@7unkn0wn
Copy link
Author

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

@R3DDY97
Copy link
Owner

R3DDY97 commented Nov 30, 2020

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
Copy link
Author

7unkn0wn commented Dec 1, 2020

still doesnt work :/

@R3DDY97
Copy link
Owner

R3DDY97 commented Dec 1, 2020

Issue is with nmap..

Try uninstalling Python- nmap and
nmap

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

@7unkn0wn
Copy link
Author

7unkn0wn commented Dec 9, 2020

Issue is with nmap..

Try uninstalling Python- nmap and
nmap

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

still does'nt work :(

@Majboor
Copy link

Majboor commented Apr 23, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants