BYPASS-CODEE/VPS-Killer
GitHub: BYPASS-CODEE/VPS-Killer
一款多线程网络压力测试工具,集域名解析、万端口扫描和 UDP/TCP/HTTP 多向量泛洪攻击于一体,用于评估服务器和网络基础设施的抗压能力。
Stars: 0 | Forks: 0
``` ┌──(root💀bypass)-[~] └─# cat /etc/vps-killer/about ─────────────────────────────────── ```
| ``` system: name: "VPS_KILLER" role: "domain / vps execution unit" engine: "multi-vector flood daemon" shell: "terminal — cross-platform" uptime: "until the target falls" executes: - udp flood — raw packet storm (1024B) - tcp flood — connection saturation - http flood — layer-7 request abuse - port scan — 10,000 ports / 200 threads - multi-port assault — 3 ports at once creed: "every service is a door. i knock until it opens." [ STATUS ]: ARMED — LOADING PAYLOADS ``` | ``` ▄▄▄▄▄▄▄▄▄▄▄ ▄█████████████▄ ████ ▄▄▄▄ ████ ███ ██████ ███ ███ ▀████▀ ███ < flooding > ████ ██ ████ ▀████████████▀ ▀████████▀ ▀████▀ ▀▀▀ ┌─[ ATTACK GRID ]─┐ │ ports 3 ✔ │ │ flood ON │ │ packets ∞ │ │ mercy 0 │ └─────────────────┘ ``` |
### ⟨ ./deploy --attack ⟩
```
# ── Linux / VPS ──────────────────────────────────────────────
git clone https://github.com/BYPASS-CODEE/vps-killer
cd vps-killer && pip install colorama
python3 vps_killer.py # interactive menu
# ── Windows ──────────────────────────────────────────────────
pip install colorama
python vps_killer.py
# ── 依赖项 ─────────────────────────────────────────────────────
pip install colorama # only one dependency
```
```
# ── 单终端中的 Arsenal ──────────────────────────────────────────
vps-killer run # start the assault engine
vps-killer scan --ports 1-10000 # 200-thread port sweep
vps-killer flood udp --port 53 # raw UDP packet storm
vps-killer flood http --port 80 # layer-7 flood, random UA
vps-killer attack --level 4 # ULTIMATE KILLER ☠️
vps-killer report --tail # live attack log
```
### ⟨ 攻击武器 ⟩
| ``` [ FLOOD ENGINES ] ───────────────────── ▰▰▰▰▰▰▰▰ UDP Flood ▰▰▰▰▰▰▰▱ TCP Flood ▰▰▰▰▰▰▱▱ HTTP Flood (L7) ▰▰▰▰▰▰▰▰ Port Scanner ▰▰▰▰▰▰▰▱ Multi-Port Assault ▰▰▰▰▰▰▱▱ Speed Levels 1-4 ``` | ``` [ TARGETS IN SCOPE ] ───────────────────── ✦ Web Servers ✦ VPS / Cloud ✦ Game Servers ✦ Load Balancers ✦ API Gateways ✦ CDN Origins ✦ Mail Servers ✦ Firewalls ✦ Databases ✦ DNS Resolvers ``` |
```
@@ ./attack_policy.sh @@
+ resolve domain → IP in milliseconds
+ scan 10,000 ports with 200 threads
+ flood UDP, TCP and HTTP simultaneously
+ fire at up to 3 open ports at once
+ escalate from LIGHT to ULTIMATE KILLER ☠️
+ log every packet, every second, every port
- ask the target if it is ready
- leave a single port untouched
- stop before the job is done
```
### ⟨ ./modules --list ⟩
| ⟦ 模块 ⟧ | ⟦ 功能 ⟧ |
|:--|:--|
| `portscan` | 万端口扫描 — 200 线程 · 开放端口映射 |
| `udp` | 原始 UDP 数据包风暴 — 1024字节 随机 payload |
| `tcp` | 连接泛洪 — 针对每个端口的饱和攻击 |
| `http` | layer-7 泛洪 — 随机 User-Agent · 缓存破坏 |
| `multiport` | 在火力下同时攻击最多 3 个开放端口 |
| `levels` | 4 种速度 — 轻度 · 中度 · 重度 · 终极杀手 |
| `monitor` | 实时 pps / 数据包计数器 / 每端口统计 |
| `report` | 带时间戳的攻击日志写入磁盘 |
### ⟨ ./battle_report ⟩
### ⟨ ./connect --all ⟩
|
@BYPASS_CODEE |
BYPASS-CODEE |
@BYPASS_CODEE |
bypass_codee |
```
╔══════════════════════════════════════════════════╗
║ ║
║ "i don't break in. ║
║ i find the door you left open — ║
║ and i knock until it answers." ║
║ ║
╚══════════════════════════════════════════════════╝
```
标签:ASM汇编, DDoS攻击, 压力测试, 恶意软件, 数据统计, 端口扫描, 网络攻防, 逆向工具, 配置错误