Forum Thread: Bring Down Network Using ARP Poisoning ?

Hi Null Byte.

I wanted to know if it was possible to bring down an entire network using ARP poisoning.

I already tried one device using scapy and it worked.

scapy code:
srpflood(Ether(dst="ff:ff:ff:ff:ff:ff")/ARP(psrc=routerip, pdst=victimip))

Do you know if I could bring down a network like this ?

EDIT: Without ip forwarding. And how can I make this attack prevent the victim from sending packets instead of sending everything to us and then discard the packets so we won't be victim of an Unintentional denial-of-service.

1 Response

Did you find out the solution can you tell me please ??

Share Your Thoughts

  • Hot
  • Active