Underc0de - La Casa de los Informáticos

[In]Seguridad Informática => Hacking => Mensaje iniciado por: ZanGetsu en Diciembre 07, 2017, 12:58:31 PM

Título: KickThemOut - Kick devices off your network by performing an ARP Spoof attack
Publicado por: ZanGetsu en Diciembre 07, 2017, 12:58:31 PM
(https://camo.githubusercontent.com/1cf9c0be1f23f1ccf8c1e1ec21dfdac1c941253a/687474703a2f2f6e696b6f6c61736b616d612e6d652f636f6e74656e742f696d616765732f323031372f30322f6b69636b7468656d6f75745f736d616c6c2e706e67)

Una herramienta para expulsar dispositivos de tu red y disfrutar todo el ancho de banda por ti mismo. Le permite seleccionar dispositivos específicos o todos y ARP los expulsa fuera de su red de área local.

Compatible con Python:


Instalacion en Debian:

$ sudo apt-get update && sudo apt-get install nmap

$ git clone https://github.com/k4m4/kickthemout.git

$ cd kickthemout/

$ sudo -H pip install --upgrade pip

$ sudo -H python -m pip install -r requirements.txt

$ sudo python kickthemout.py


Instalacion MacOS:

$ sudo -H pip install --upgrade pip

$ sudo -H pip install pcapy

$ brew update

$ brew install --with-python libdnet nmap


Video: https://asciinema.org/a/98200?autoplay=1&loop=1

Developers:

Nikolaos Kamarinakis - @nikolaskama
David Schütz - @xdavidhu

Mas Informacion: https://github.com/k4m4/kickthemout

Saludos !
Título: Re:KickThemOut - Kick devices off your network by performing an ARP Spoof attack
Publicado por: ronluas en Diciembre 12, 2017, 11:35:35 PM
Interesante herramienta. Gracias por el aporte  ;D