Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Kickthemout | 2,166 | a year ago | 103 | mit | Python | |||||
💤 Kick devices off your network by performing an ARP Spoof attack. | ||||||||||
Kickthemout | 241 | 3 years ago | 13 | October 02, 2017 | 4 | mit | JavaScript | |||
:bomb: Kick devices off your network by performing an ARP Spoof attack with Node.js. | ||||||||||
Hyperfas | 143 | 3 years ago | 1 | bsd-3-clause | Python | |||||
静默活体检测 Silent Face Anti-Spoofing Attack Detection | ||||||||||
Wifite Mod Pixiewps | 87 | 6 years ago | 16 | gpl-3.0 | Python | |||||
Kalel | 48 | 2 years ago | 3 | gpl-3.0 | Python | |||||
Kal El Network Stress Test and Penetration Testing Toolkit | ||||||||||
3viltwinattacker | 37 | 3 years ago | 2 | mit | Python | |||||
Arpspoofdetect | 24 | 9 years ago | 3 | Python | ||||||
Kickthemout3 | 19 | 2 years ago | 2 | mit | Python | |||||
K1CK devices off your N3TW0RK by performing an ARP Spoof attack with Python3+ compatability | ||||||||||
Mitmf | 15 | 6 years ago | gpl-3.0 | Python | ||||||
Framework for Man-In-The-Middle attacks | ||||||||||
Netool Toolkit Downloader Installer | 7 | 6 years ago | Shell | |||||||
Operative Systems Suported are: Linux-ubuntu, kali-linux, backtack-linux (un-continued), freeBSD, Mac osx (un-continued) Netool its a toolkit written using 'bash, python, ruby' that allows you to automate frameworks like Nmap, Driftnet, Sslstrip, Metasploit and Ettercap MitM attacks. this toolkit makes it easy tasks such as SNIFFING tcp/udp traffic, Man-In-The-Middle attacks, SSL-sniff, DNS-spoofing, D0S attacks in wan/lan networks, TCP/UDP packet manipulation using etter-filters, and gives you the ability to capture pictures of target webbrowser surfing (driftnet), also uses macchanger to decoy scans changing the mac address. Rootsector module allows you to automate some attacks over DNS_SPOOF + MitM (phishing - social engineering) using metasploit, apache2 and ettercap frameworks. Like the generation of payloads, shellcode, backdoors delivered using dns_spoof and MitM method to redirect a target to your phishing webpage. recent as introducted the scanner inurlbr (by cleiton) |
KickThemOut - Kick Devices Off Your Network
A tool to kick devices out of your network and enjoy all the bandwidth for yourself. It allows you to select specific or all devices and ARP spoofs them off your local area network.
Compatible with Python 3+ 🎉.
Not compatible with Windows.
Authors: Nikolaos Kamarinakis & David Schütz.
✨Read my latest post: KickThemout v2.0! 🎉
You can download KickThemOut by cloning the Git Repo and simply installing its requirements:
~ ❯❯❯ sudo apt-get update && sudo apt-get install nmap
~ ❯❯❯ git clone https://github.com/k4m4/kickthemout.git
~ ❯❯❯ cd kickthemout/
~/kickthemout ❯❯❯ sudo -H pip3 install -r requirements.txt
~/kickthemout ❯❯❯ sudo python3 kickthemout.py
If you would like to install KickThemOut on a Mac, please run the following:
~ ❯❯❯ brew install libdnet nmap
~ ❯❯❯ git clone https://github.com/k4m4/kickthemout.git
~ ❯❯❯ cd kickthemout/
~/kickthemout ❯❯❯ sudo -H pip3 install -r requirements.txt
~/kickthemout ❯❯❯ sudo python3 kickthemout.py
NOTE: You need to have Homebrew installed before running the Mac OS installation.
Also, keep in mind that you might be asked to run some extra commands after executing the pip requirement installation.
You can download KickThemOut on an Arch based system by executing the following:
~ ❯❯❯ git clone https://github.com/k4m4/kickthemout.git
~ ❯❯❯ cd kickthemout/
~/kickthemout ❯❯❯ sudo -H pip3 install -r requirements.txt
~/kickthemout ❯❯❯ sudo python3 kickthemout.py
Usage: sudo python3 kickthemout.py [options]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-p PACKETS, --packets=PACKETS
number of packets broadcasted per minute (default: 6)
-s, --scan perform a quick network scan and exit
-t TARGETS, --target=TARGETS
specify target IP address(es) and perform attack
Examples:
sudo python3 kickthemout.py --target 192.168.1.10
sudo python3 kickthemout.py -t 192.168.1.5,192.168.1.10 -p 30
sudo python3 kickthemout.py (interactive mode)
To view all available options run:
~/kickthemout ❯❯❯ sudo python3 kickthemout.py -h
Here's a short demo:
(For more demos click here)
KickThemOut is provided as is under the MIT Licence (as stated below). It is built for educational purposes only. If you choose to use it otherwise, the developers will not be held responsible. Please, do not use it with evil intent.
Copyright (c) 2017-18 by Nikolaos Kamarinakis & David Schütz. Some rights reserved.
KickThemOut is under the terms of the MIT License, following all clarifications stated in the license file.
For more information head over to the official project page. You can also go ahead and email me anytime at nikolaskam{at}gmail{dot}com or David at xdavid{at}protonmail{dot}com.