Skip to content

UwURaww/netwo-bust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NETWO BUST

▄██████████████▄▐█▄▄▄▄█▌ ██████▌▄▌▄▐▐▌███▌▀▀██▀▀ ████▄█▌▄▌▄▐▐▌▀███▄▄█▌ ▄▄▄▄▄██████████████▀

Advanced Network Stress Testing Tool

License Platform Bash

Multi-threaded ICMP flood tool with real-time network monitoring

InstallationUsageFeaturesLegal


Overview

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.

1p ¶×

Features

🚀 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

4p

2p

📊 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

1p

Installation

Prerequisites

  • Termux (Android)
  • proot-distro
  • Arch Linux environment

Installations

# 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.sh

Quick install

proot-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"

please if this cool can you star, my repo?