04-12-2025, 11:13 AM
Hello today im share tool for local network things
we are using scapy for this thing first step downland scapy and scapy scripts
Guthib link plis star

[/url][url=https://www.virustotal.com/gui/file/659f40a69a468c9a3fbc8f9e8855d1930aab9fb970135ea850c9b9e70ed70da1?nocache=1]VirusTotal
with these commands we can down whole local network
i dont have any test image but you can try and see the thing!
What is Scapy?
Scapy is a Python program that enables the user to send, sniff, dissect and forge network packets. This capability allows construction of tools that can probe, scan or attack networks.
How work Scapy?
![[Image: testing-taxonomy.png]](https://external-content.duckduckgo.com/iu/?u=https://scapy.readthedocs.io/en/latest/_images/testing-taxonomy.png)
Scapy can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery. It can replace hping, arpspoof, arp-sk, arping, p0f and even some parts of Nmap, tcpdump, and tshark.
docs link for Scapy
we are using scapy for this thing first step downland scapy and scapy scripts
[/size]
[size=medium]root@root: pip install Scapy[/size]
[size=medium]root@root: python -m Scapy # (For test working or not work)[/size]
[size=medium]root@root: git clone https://github.com/imscruz/Scapy-Scripts[/size]
[size=medium]root@root: cd Scapy-Scripts[/size]
[size=medium]root@root/Scapy-Scripts: python arpspoofwhole.py[/size]
[size=medium]
Guthib link plis star
[/url][url=https://www.virustotal.com/gui/file/659f40a69a468c9a3fbc8f9e8855d1930aab9fb970135ea850c9b9e70ed70da1?nocache=1]VirusTotal
with these commands we can down whole local network
i dont have any test image but you can try and see the thing!
What is Scapy?
Scapy is a Python program that enables the user to send, sniff, dissect and forge network packets. This capability allows construction of tools that can probe, scan or attack networks.
How work Scapy?
![[Image: testing-taxonomy.png]](https://external-content.duckduckgo.com/iu/?u=https://scapy.readthedocs.io/en/latest/_images/testing-taxonomy.png)
Scapy can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery. It can replace hping, arpspoof, arp-sk, arping, p0f and even some parts of Nmap, tcpdump, and tshark.
docs link for Scapy