question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

i cant run kickthemout.py in any way. Help!

See original GitHub issue

Checklist for submitting an issue to KickThemOut:

  • I have carefully read the README file and haven’t managed to resolve my issue.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I am running the latest version of KickThemOut.
  • Kali Linux:
  • python 2.7.14:
  • idk:
  • lastest:
  • Link of Gist:

  • **im trying to start the kickthemout.py but i get something like this:

root@Kali:~/Desktop/kickthemout# sudo python3 kickthemout.py ERROR: Requirements have not been satisfied properly. Please look at the README file for configuration instructions. If you still cannot resolve this error, please submit an issue here: https://github.com/k4m4/kickthemout/issues Details: No module named ‘scapy’

and if i try installing the requirements.txt i get this:

Requirement already satisfied: scapy-python3 in /usr/local/lib/python3.6/dist-packages (from -r requirements.txt (line 1)) Requirement already satisfied: python-nmap in /usr/local/lib/python3.6/dist-packages (from -r requirements.txt (line 2)) Requirement already satisfied: netifaces in /usr/local/lib/python3.6/dist-packages (from -r requirements.txt (line 3))

i have tried all of these commands:

  • sudo -H python3 -m pip3 install -r requirements.txt
  • sudo -H pip3 install -r requirements.txt
  • sudo python kicktehmout.py
  • sudo python3 kickthemout.py
  • sudo python2 kickthemout.py

im trying to fix this for like 4 hours right now… can somebody help me maybe?

**:

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
k4m4commented, Feb 20, 2018

Sorry, I meant sudo -H python3 -m pip install -r requirements.txt. If you still get the same error, try: sudo apt-get install python3-pip.

1reaction
idilerwincommented, Sep 6, 2018

pleasee help…

Scanning your network, hang on…

ERROR: Network scanning failed. Please check your requirements configuration.

If you still cannot resolve this error, please submit an issue here: https://github.com/k4m4/kickthemout/issues

Details: module ‘nmap’ has no attribute ‘PortScanner’

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Kill Intruders with Kickthemout - Desde Linux
To kick intruders off your wifi with kick them out, just run the tool with sudo python kickthemout.py Hopefully it will scan your...
Read more >
Using multiple manifest files to load to Redshift from S3?
COPY command can load multiple files in parallel very fast and efficiently. So when you run one COPY command for each file in...
Read more >
Failure to Launch: Six Steps to Help Your Adult Child Move Out
Are you struggling with helping your adult child to become independent? Follow these six steps to inspire your child move out and begin...
Read more >
What To Do When Your Email Gets Hacked - Techlicious
1: Run a security scan on your computer. Run a full scan of your computer with your anti-malware software – don't do a...
Read more >
KickThemOut v2.0 – Kick Devices Off Your Network
NOTE: You need to have Homebrew installed before running the Mac OS installation. Usage. sudo python3 kickthemout.py [options] Options: -- ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found