{"id":13449338,"url":"https://github.com/k4m4/kickthemout","last_synced_at":"2025-04-14T09:06:22.488Z","repository":{"id":38435053,"uuid":"75845481","full_name":"k4m4/kickthemout","owner":"k4m4","description":"💤 Kick devices off your network by performing an ARP Spoof attack.","archived":false,"fork":false,"pushed_at":"2023-02-27T09:10:28.000Z","size":152,"stargazers_count":2418,"open_issues_count":111,"forks_count":456,"subscribers_count":98,"default_branch":"master","last_synced_at":"2024-02-14T21:34:54.957Z","etag":null,"topics":["hacking","python","spoofing","wifi","wireless"],"latest_commit_sha":null,"homepage":"https://nikolaskama.me/kickthemoutproject","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k4m4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-07T14:48:00.000Z","updated_at":"2024-02-11T23:51:56.000Z","dependencies_parsed_at":"2024-10-28T15:17:35.538Z","dependency_job_id":"ca1c7dd7-9027-4772-89fd-35417d3f5350","html_url":"https://github.com/k4m4/kickthemout","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fkickthemout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fkickthemout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fkickthemout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fkickthemout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k4m4","download_url":"https://codeload.github.com/k4m4/kickthemout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247578556,"owners_count":20961271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacking","python","spoofing","wifi","wireless"],"created_at":"2024-07-31T06:00:35.882Z","updated_at":"2025-04-07T02:12:13.466Z","avatar_url":"https://github.com/k4m4.png","language":"Python","funding_links":[],"categories":["Python","Uncategorized","\u003ca id=\"1233584261c0cd5224b6e90a98cc9a94\"\u003e\u003c/a\u003e渗透\u0026\u0026offensive\u0026\u0026渗透框架\u0026\u0026后渗透框架","\u003ca id=\"d4efda1853b2cb0909727188116a2a8c\"\u003e\u003c/a\u003e未分类-WiFi","Tools","python","Networking"],"sub_categories":["Uncategorized","\u003ca id=\"39931e776c23e80229368dfc6fd54770\"\u003e\u003c/a\u003e无线\u0026\u0026WiFi\u0026\u0026AP\u0026\u0026802.11","\u003ca id=\"37ca6907aa42dfd32db5973ff9eec83d\"\u003e\u003c/a\u003e新添加的"],"readme":"![KickThemOut Logo](http://nikolaskama.me/content/images/2017/02/kickthemout_small.png)\n\n# KickThemOut\n\n\u003e [KickThemOut](https://nikolaskama.me/kickthemoutproject) - **Kick Devices Off Your Network**\n\nA tool to kick devices out of your network and enjoy all the bandwidth for yourself.\nIt allows you to select specific or all devices and ARP spoofs them off your local area network.\n\n- Compatible with Python **3+** 🎉.\n\n- *Not* compatible with Windows.\n\nAuthors: [Nikolaos Kamarinakis](mailto:nikolaskam@gmail.com) \u0026 [David Schütz](mailto:xdavid@protonmail.com).\n\n[![Build Badge](https://travis-ci.org/k4m4/kickthemout.svg?branch=master)](https://travis-ci.org/k4m4/kickthemout)\n[![License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/k4m4/kickthemout/blob/master/LICENSE)\n[![Compatibility](https://img.shields.io/badge/python-3-brightgreen.svg)](https://github.com/k4m4/kickthemout)\n[![GitHub Stars](https://img.shields.io/github/stars/k4m4/kickthemout.svg)](https://github.com/k4m4/kickthemout/stargazers)\n\n---\n\n\u003cp align=\"center\"\u003e✨Read my latest post: \u003ca href=\"https://nikolaskama.me/kickthemout-v2-0/\"\u003e\u003ci\u003eKickThemout v2.0! 🎉\u003c/i\u003e\u003c/a\u003e\u003c/p\u003e\n    \n-------------\n\n# Installation\n\n## Debian Installation\n\nYou can download KickThemOut by cloning the [Git Repo](https://github.com/k4m4/kickthemout) and simply installing its requirements:\n\n```\n~ ❯❯❯ sudo apt-get update \u0026\u0026 sudo apt-get install nmap\n\n~ ❯❯❯ git clone https://github.com/k4m4/kickthemout.git\n\n~ ❯❯❯ cd kickthemout/\n\n~/kickthemout ❯❯❯ sudo -H pip3 install -r requirements.txt\n\n~/kickthemout ❯❯❯ sudo python3 kickthemout.py\n```\n\n\n## MacOS Installation\n\nIf you would like to install KickThemOut on a Mac, please run the following:\n\n```\n~ ❯❯❯ brew install libdnet nmap\n\n~ ❯❯❯ git clone https://github.com/k4m4/kickthemout.git\n\n~ ❯❯❯ cd kickthemout/\n\n~/kickthemout ❯❯❯ sudo -H pip3 install -r requirements.txt\n\n~/kickthemout ❯❯❯ sudo python3 kickthemout.py\n```\n\n**NOTE**: You need to have [Homebrew](http://brew.sh/) installed before running the Mac OS installation. \n\nAlso, **keep in mind** that you might be asked to run some extra commands after executing the pip requirement installation.\n\n\n## ArchLinux Installation\n\nYou can download KickThemOut on an Arch based system by executing the following:\n\n```\n~ ❯❯❯ git clone https://github.com/k4m4/kickthemout.git\n\n~ ❯❯❯ cd kickthemout/\n\n~/kickthemout ❯❯❯ sudo -H pip3 install -r requirements.txt\n\n~/kickthemout ❯❯❯ sudo python3 kickthemout.py\n```\n\n\u003cbr/\u003e\n\n# Usage\n\n```\nUsage: sudo python3 kickthemout.py [options]\n\nOptions:\n  --version             show program's version number and exit\n  -h, --help            show this help message and exit\n  -p PACKETS, --packets=PACKETS\n                        number of packets broadcasted per minute (default: 6)\n  -s, --scan            perform a quick network scan and exit\n  -t TARGETS, --target=TARGETS\n                        specify target IP address(es) and perform attack\n\nExamples:\n  sudo python3 kickthemout.py --target 192.168.1.10 \n  sudo python3 kickthemout.py -t 192.168.1.5,192.168.1.10 -p 30\n  sudo python3 kickthemout.py (interactive mode)\n```\n\nTo view all available options run:\n\n```\n~/kickthemout ❯❯❯ sudo python3 kickthemout.py -h\n```\n\n\n\u003cbr/\u003e\n\n# Demo\n\nHere's a short demo:\n\n[![Asciinema Demo](https://nikolaskama.me/content/images/2017/01/kickthemout_asciinema.png)](https://asciinema.org/a/98200?autoplay=1\u0026loop=1)\n\n(For more demos click [here](https://asciinema.org/~k4m4))\n\n\n\u003cbr/\u003e\n\n# Developers\n\n* Nikolaos Kamarinakis - [@nikolaskama](https://twitter.com/nikolaskama)\n* David Schütz - [@xdavidhu](https://twitter.com/xdavidhu)\n\n\n\u003cbr/\u003e\n\n# Disclaimer\n\nKickThemOut is provided as is under the MIT Licence (as stated below). \nIt 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.\n\n\n\u003cbr/\u003e\n\n# License\n\nCopyright (c) 2017-18 by [Nikolaos Kamarinakis](mailto:nikolaskam@gmail.com) \u0026 [David Schütz](mailto:xdavid@protonmail.com). Some rights reserved.\n\nKickThemOut is under the terms of the [MIT License](https://www.tldrlegal.com/l/mit), following all clarifications stated in the [license file](https://raw.githubusercontent.com/k4m4/kickthemout/master/LICENSE).\n\n\nFor more information head over to the [official project page](https://nikolaskama.me/kickthemoutproject).\nYou can also go ahead and email me anytime at **nikolaskam{at}gmail{dot}com** or David at **xdavid{at}protonmail{dot}com**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk4m4%2Fkickthemout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk4m4%2Fkickthemout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk4m4%2Fkickthemout/lists"}