desmonHak / ARP-SPOOFING

Este es un script en python usa scapy. Permite suplantar las direciones IP's de varios objetivos por la del atacante dejando a estos sin conexion a internet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARP-SPOOFING:


Este es un script en python usa scapy. Permite suplantar las direciones IP's de varios objetivos por la del atacante dejando a estos sin conexion a internet.

Instalacion:

sudo python3 -m pip install scapy

Para habilitar colores ANSI por consola en windows use:

reg add HKCU\Console /v VirtualTerminalLevel /t REG_DWORD /d 1

Ejecucion:

sudo python3 exec.py --help

maqueta:

sudo python3 exec.py -r [rango de red] -g [puerta de enlaze]<br >

ejemplo pratico

sudo python3 exec.py -r 192.168.1.1/24 -g 192.168.1.1

About

Este es un script en python usa scapy. Permite suplantar las direciones IP's de varios objetivos por la del atacante dejando a estos sin conexion a internet.

License:Apache License 2.0


Languages

Language:Python 100.0%