Advanced Network Auditing & Attack Suite
By Y0oshi (@rde0)
A professional-grade python tool for network analysis, penetration testing, and disruption. Built for researchers and security professionals.
- 🕵️♂️ Spy Mode: Intercept HTTP traffic, steal Passwords & Session Cookies.
- ☠️ DoS Mode: Cut internet access for specific targets using ARP Flooding.
- 🚪 Port Scanner: Identification of open services (Web, SSH, RDP) on targets.
- 📱 OS Detection: Active fingerprinting to identify Windows vs Apple/Linux devices.
- 📊 Live Bandwidth: Real-time traffic monitoring (MB/s) for every target.
- 🔀 DNS Spoofer: Redirect victims to custom IPs or fake sites.
- 🔥 SYN Flood: Stress-test specific devices (IoT/Cameras) with TCP packet floods.
- 🕶️ Stealth Mode: Automated MAC Address randomization for anonymity.
git clone https://github.com/Y0oshi/Y0oshi-Network-Disrupter.git
cd Y0oshi-Network-Disrupter
chmod +x install.sh
sudo ./install.sh-
Install Python & Git:
-
Install Npcap (CRITICAL):
- Download Npcap
- During installation, you MUST check these boxes:
-
Support raw 802.11 traffic -
Install Npcap in WinPcap API-compatible Mode
-
-
Install & Run: Open Terminal (cmd/powershell) AS ADMINISTRATOR and run:
git clone https://github.com/Y0oshi/Y0oshi-Network-Disrupter.git
cd Y0oshi-Network-Disrupter
install.batNote: The installer will automatically:
- Install Python dependencies (
scapy).- Create the global command
y0oshiso you can run it from anywhere.
Packet Sniffing Issues?
- Ensure you installed Npcap with "WinPcap API-compatible Mode" checked.
Targets lose internet when spied on?
- This means IP Forwarding failed. Enable it manually:
- Open PowerShell as Administrator.
- Run:
Set-NetIPInterface -Forwarding Enabled - Or via Registry: Set
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\IPEnableRouterto1.
"Run as Administrator" Error?
- Make sure to start the tool by running
y0oshiorinstall.bat, not justpython y0oshi.py. Run with:python y0oshi.py(or justy0oshi)
Run the tool from anywhere in your terminal:
sudo y0oshi| Command | Description |
|---|---|
/scan |
Discover all devices on the network. |
/targets |
Show targets with OS and Bandwidth stats. |
/select <ID> |
Select targets to attack. |
/check <ID> |
Port Scan a specific target. |
/spy |
Enable Spy Mode (Sniffing + MitM). |
/start |
Launch the attack (Spy or DoS). |
/flood |
Launch SYN Flood (TCP Stress Test). |
/dns |
Manage DNS Spoofing rules. |
/info |
About & Credits. |
This tool is for Educational Purposes Only. Use it only on networks you own or have permission to audit. The author is not responsible for misuse.
