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

Re-arping target OSX Error #27

Closed RSickenberg closed 7 years ago

RSickenberg commented 7 years ago
Re-arping targets...
Traceback (most recent call last):
  File "kickthemout.py", line 319, in <module>
    main()
  File "kickthemout.py", line 302, in main
    kickalloff()
  File "kickthemout.py", line 210, in kickalloff
    spoof.sendPacket(defaultGatewayMac, defaultGatewayIP, host[0], host[1])
NameError: global name 'defaultGatewayMac' is not defined
k4m4 commented 7 years ago

Interesting. Let us look into it.

psycheskunky commented 7 years ago

Hi, I have the same problem. Any issues?

Thanks

realryanpark commented 7 years ago

Is this still an issue, or has it been resolved?

RSickenberg commented 7 years ago

Still an issue

k4m4 commented 7 years ago

Sorry guys. We're on it.

MI5T3R-H4CK3R commented 7 years ago

I'm having the same problem, any news on fixing it? I am in desperate need to kick my family off the wifi!

k4m4 commented 7 years ago

Sorry for the delay guys. We have created a debug function to run when this issue occurs. Please try running KickThemOut again and post the results in this issue asap. Thanks! @MI5T3R-H4CK3R @RSickenberg @realryanpark

MI5T3R-H4CK3R commented 7 years ago

Sorry I am a bit of a noob. Should I have reinstalled KickThemOut from github before running it. If so how to I do that. Also I've noticed that kickthemout.py takes several minutes to startup and another few minutes when I have selected KickOneoff. Is this normal?

xdavidhu commented 7 years ago

@MI5T3R-H4CK3R Delete the whole kickthemout folder, and clone it again. If it crashes again, please post the debug info for us here.


We are working on a fix for the long scanning times, but its not implemented yet.

psycheskunky commented 7 years ago

Yes u can clone again from git.

MI5T3R-H4CK3R commented 7 years ago

I did that and now I get a new error: ERROR: Default Gateway MAC Address could not be obtained. Please enter MAC manually. Can I fix this or must I enter my MAC address manually?

MI5T3R-H4CK3R commented 7 years ago

I've never had this error before

xdavidhu commented 7 years ago

@MI5T3R-H4CK3R Yes, that is part of the new fix.

For some reason, looks like kickthemout cant get it automaticly, so you have to enter it manually to prevent it from crashing. Keep that in mind that the router's MAC address is what you need to enter.

MI5T3R-H4CK3R commented 7 years ago

Thanks, every thing worked fine with the bug fix, however I still haven't been able to kick someone. I've selected a target then it says spoofing started. I then wait about 30secs like in the demo vid then I re-arp the target with ctrl c then it says Re-arped target successfully and returns to the main menu. however my target is still connected to the wifi. Am I doing something wrong?

Sorry for all these questions, I have only just got to grips with using lxterminal. So I am a bit new to all this.

xdavidhu commented 7 years ago

@MI5T3R-H4CK3R No worries.

You have to keep kickthemout running to keep them offline. When you press CTRL+C you basically stopping it, and giving the internet back to the target. So you will have to let it run, and if you want to stop spoofing, just CTRL+C it.

Btw check out the video what JackkTutorials made about kickthemout. That is the best tutorial: https://youtu.be/n6G3Nw4qDzg

MI5T3R-H4CK3R commented 7 years ago

thanks but it still didn't work I am trying to kick an iPhone and I'm running kickthemout on a raspberry pi 3.

MI5T3R-H4CK3R commented 7 years ago

I have done everything you said before. I don't know if this will help but I used arp -a to get my routers mac address.

RSickenberg commented 7 years ago

ERROR: Default Gateway MAC Address could not be obtained. Please enter MAC manually.

RSickenberg commented 7 years ago

It's fine now 👍