Thomas_Shelby Posted October 1, 2020 Share Posted October 1, 2020 Hey, I'm really new to Scapy, and I'm trying to code an ARP Poisoning project using Python. In order to do that, I want to create my own ARP packets using Scapy. Unfortunately, I feel lost, I don't know where to start from, I'm not sure which layers to create in my packet and in what order, what are the required parameters to insert in each layer, etc... Therefore, I would be glad to get a brief explanation about how to create ARP packets, or recommendation for a tutorial / guide / way to cover this subject. In addition, I'm trying to use ARP Ping in order to scan all of the devices which are up in my LAN, but when I do so using: arping("10.0.0.*") it sends only 1 packet (instead of 256, as I suppose it should do) without response. I will appreciate any help with it too. Thanks in advance! Link to comment Share on other sites More sharing options...
digininja Posted October 1, 2020 Share Posted October 1, 2020 Did you try googling for Quote scapy send arp request There are lots of results with sample code for doing it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.