Skip to content

Y0oshi/Y0oshi-Network-Disrupter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Disrupter v1.0 ⚡

Advanced Network Auditing & Attack Suite

By Y0oshi (@rde0)

Y0oshi CLI

A professional-grade python tool for network analysis, penetration testing, and disruption. Built for researchers and security professionals.

🌟 Features

  • 🕵️‍♂️ 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.

🚀 Installation

Linux / Mac

git clone https://github.com/Y0oshi/Y0oshi-Network-Disrupter.git
cd Y0oshi-Network-Disrupter
chmod +x install.sh
sudo ./install.sh

Windows

  1. Install Python & Git:

  2. Install Npcap (CRITICAL):

    • Download Npcap
    • During installation, you MUST check these boxes:
      • Support raw 802.11 traffic
      • Install Npcap in WinPcap API-compatible Mode
  3. 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.bat

Note: The installer will automatically:

  1. Install Python dependencies (scapy).
  2. Create the global command y0oshi so you can run it from anywhere.

🔧 Troubleshooting (Windows)

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:
    1. Open PowerShell as Administrator.
    2. Run: Set-NetIPInterface -Forwarding Enabled
    3. Or via Registry: Set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\IPEnableRouter to 1.

"Run as Administrator" Error?

  • Make sure to start the tool by running y0oshi or install.bat, not just python y0oshi.py. Run with: python y0oshi.py (or just y0oshi)

🎮 Usage

Run the tool from anywhere in your terminal:

sudo y0oshi

Commands

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.

⚠️ Disclaimer

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.

Releases

No releases published

Packages

 
 
 

Contributors