{"id":13527649,"url":"https://github.com/roccomuso/kickthemout","last_synced_at":"2025-04-05T22:04:31.282Z","repository":{"id":16005188,"uuid":"79118848","full_name":"roccomuso/kickthemout","owner":"roccomuso","description":":bomb: Kick devices off your network by performing an ARP Spoof attack with Node.js.","archived":false,"fork":false,"pushed_at":"2023-03-05T22:35:13.000Z","size":606,"stargazers_count":287,"open_issues_count":13,"forks_count":30,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-30T16:04:16.545Z","etag":null,"topics":["arp","arp-spoof-attack","arp-spoofing","javascript","kick-devices","node","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/roccomuso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-01-16T13:04:26.000Z","updated_at":"2025-03-20T13:37:05.000Z","dependencies_parsed_at":"2024-01-13T22:17:15.398Z","dependency_job_id":"5586191f-0c7a-4717-8452-8e8df831decb","html_url":"https://github.com/roccomuso/kickthemout","commit_stats":{"total_commits":108,"total_committers":6,"mean_commits":18.0,"dds":0.07407407407407407,"last_synced_commit":"4a1d2e53f5877fac753b1b503a226de931891c65"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fkickthemout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fkickthemout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fkickthemout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fkickthemout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roccomuso","download_url":"https://codeload.github.com/roccomuso/kickthemout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406085,"owners_count":20933803,"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":["arp","arp-spoof-attack","arp-spoofing","javascript","kick-devices","node","nodejs"],"created_at":"2024-08-01T06:01:55.536Z","updated_at":"2025-04-05T22:04:31.248Z","avatar_url":"https://github.com/roccomuso.png","language":"JavaScript","readme":"# KickThemOut\nKick devices off your network by performing an ARP Spoof attack with **Node.js**.\n\n[![NPM Version](https://img.shields.io/npm/v/kickthemout.svg)](https://www.npmjs.com/package/kickthemout) [![Greenkeeper badge](https://badges.greenkeeper.io/realdennis/kickthemout.svg)](https://greenkeeper.io/) [![Build Status](https://travis-ci.org/roccomuso/kickthemout.svg?branch=master)](https://travis-ci.org/roccomuso/kickthemout) [![Dependency Status](https://david-dm.org/roccomuso/kickthemout.png)](https://david-dm.org/roccomuso/kickthemout) \u003cspan class=\"badge-patreon\"\u003e\u003ca href=\"https://patreon.com/roccomuso\" title=\"Donate to this project using Patreon\"\u003e\u003cimg src=\"https://img.shields.io/badge/patreon-donate-yellow.svg\" alt=\"Patreon donate button\" /\u003e\u003c/a\u003e\u003c/span\u003e\n\n[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) [![NPM](https://nodei.co/npm-dl/kickthemout.png?months=6)](https://nodei.co/npm/kickthemout/)\n\n## Description\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\nCompatible with **Node v4.4.0** and above.\n\nAuthor: **Rocco Musolino**\n\n## Demo\n\nHere's a short demo:\n\n[![asciicast](https://asciinema.org/a/100375.png)](https://asciinema.org/a/100375)\n\n## Installation\n\nRequired dependencies:\n\n    $ sudo apt-get install libpcap-dev\n\nInstall from **npm**:\n\n    $ npm install -g kickthemout\n\n(No sudo required for installation. Just recommended for execution)\n\nOr you can download KickThemOut by cloning the [Git Repo](https://github.com/roccomuso/kickthemout) and simply installing its requirements:\n\n    $ git clone https://github.com/roccomuso/kickthemout.git\n    $ cd kickthemout\n    $ npm install --production\n\n\n## Usage\n\n    $ sudo kickthemout\n\n### Verbose mode\n\n    $ sudo DEBUG=kickthemout:* kickthemout\n\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.\nIn brief, do not use it with evil intent.\n\n## Inspiration\n\nInspired by the [@k4m4/kickthemout](https://github.com/k4m4/kickthemout) python implementation.\n\n## License\n\nCopyright (c) 2017 by **Rocco Musolino** 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/roccomuso/kickthemout/master/LICENSE).\n","funding_links":["https://patreon.com/roccomuso"],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froccomuso%2Fkickthemout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froccomuso%2Fkickthemout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froccomuso%2Fkickthemout/lists"}