▄██████████████▄▐█▄▄▄▄█▌
██████▌▄▌▄▐▐▌███▌▀▀██▀▀
████▄█▌▄▌▄▐▐▌▀███▄▄█▌
▄▄▄▄▄██████████████▀
Multi-threaded ICMP flood tool with real-time network monitoring
Installation • Usage • Features • Legal
NETWO BURST is a powerful network stress testing tool built for Termux/proot-distro Arch Linux. Deploy parallel attack threads while monitoring real-time network speeds and system performance.
🚀 Multi-threaded Architecture
- Deploy unlimited parallel attack threads
- Individual thread monitoring with live statistics
- Auto-restart on failure
⚡ ICMP Flood Attack
- Maximum packet size (65,027 bytes)
- Zero-interval flooding
- Continuous packet transmission
📊 Real-time Monitoring
- Live upload/download speed tracking
- Per-thread packet statistics
- Network quality indicators
- Speed trend visualization
🎨 Professional Interface
- Color-coded terminal output
- Live dashboard with progress bars
- Animated status indicators
- Termux (Android)
- proot-distro
- Arch Linux environment
# Install Termux from F-Droid or GitHub
# https://github.com/termux/termux-app/releases
# Update packages
pkg update && pkg upgrade -y
# Install proot-distro
pkg install proot-distro -y
# Install Arch Linux
proot-distro install archlinux
# Login to Arch
proot-distro login archlinux
# Install dependencies
pacman -Syu --noconfirm
pacman -S curl iputils bc git --noconfirm
# Clone repository
git clone https://github.com/UwURaww/netwo-bust.git
cd netwo-bust
# Make executable
chmod +x netwo_burst.sh
# Run
./netwo_burst.sh
# or
sudo bash netwo_burst.shproot-distro login archlinux -- bash -c "pacman -Syu --noconfirm && pacman -S git curl iputils bc --noconfirm && git clone https://github.com/UwURaww/netwo-bust.git && cd netwo-burst && chmod +x netwo_burst.sh && ./netwo_burst.sh"


