-
Notifications
You must be signed in to change notification settings - Fork 158
/
GUI_Tools_wxpython_gui.py
317 lines (210 loc) · 11.7 KB
/
GUI_Tools_wxpython_gui.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
309
310
311
312
313
314
315
# -*- coding: utf-8 -*-
###########################################################################
## Python code generated with wxFormBuilder (version Oct 26 2018)
## http://www.wxformbuilder.org/
##
## PLEASE DO *NOT* EDIT THIS FILE!
###########################################################################
import wx
import wx.xrc
###########################################################################
## Class jar_management_gui
###########################################################################
class jar_management_gui ( wx.Frame ):
def __init__( self, parent ):
wx.Frame.__init__ ( self, parent, id = wx.ID_ANY, title = u"图形化渗透武器库管理合集_V1.1", pos = wx.DefaultPosition, size = wx.Size( 1000,600 ), style = wx.DEFAULT_FRAME_STYLE|wx.TAB_TRAVERSAL )
self.SetSizeHints( wx.DefaultSize, wx.DefaultSize )
gui_all = wx.BoxSizer( wx.VERTICAL )
gui_webshell = wx.StaticBoxSizer( wx.StaticBox( self, wx.ID_ANY, u"Webshell管理工具" ), wx.VERTICAL )
webshell = wx.WrapSizer( wx.HORIZONTAL, wx.WRAPSIZER_DEFAULT_FLAGS )
self.godzilla = wx.Button( gui_webshell.GetStaticBox(), wx.ID_ANY, u"Godzilla_v3.03", wx.DefaultPosition, wx.DefaultSize, 0 )
webshell.Add( self.godzilla, 0, wx.ALL, 5 )
self.behinder = wx.Button( gui_webshell.GetStaticBox(), wx.ID_ANY, u"Behinder_v3.0 Beta 11", wx.DefaultPosition, wx.DefaultSize, 0 )
webshell.Add( self.behinder, 0, wx.ALL, 5 )
gui_webshell.Add( webshell, 1, wx.EXPAND, 5 )
gui_all.Add( gui_webshell, 0, wx.EXPAND|wx.ALL, 5 )
gui_other = wx.StaticBoxSizer( wx.StaticBox( self, wx.ID_ANY, u"渗透工具" ), wx.VERTICAL )
other = wx.WrapSizer( wx.HORIZONTAL, wx.WRAPSIZER_DEFAULT_FLAGS )
self.burp_suite = wx.Button( gui_other.GetStaticBox(), wx.ID_ANY, u"BurpSuite_Pro_v2021.10.3", wx.DefaultPosition, wx.DefaultSize, 0 )
other.Add( self.burp_suite, 0, wx.ALL, 5 )
self.cs = wx.Button( gui_other.GetStaticBox(), wx.ID_ANY, u"Cobalt_Strike_v4.4", wx.DefaultPosition, wx.DefaultSize, 0 )
other.Add( self.cs, 0, wx.ALL, 5 )
gui_other.Add( other, 1, wx.EXPAND, 5 )
gui_all.Add( gui_other, 0, wx.EXPAND|wx.ALL, 5 )
gui_shouji = wx.StaticBoxSizer( wx.StaticBox( self, wx.ID_ANY, u"信息收集" ), wx.VERTICAL )
shouji = wx.WrapSizer( wx.HORIZONTAL, wx.WRAPSIZER_DEFAULT_FLAGS )
self.dirscan = wx.Button( gui_shouji.GetStaticBox(), wx.ID_ANY, u"Dirscan_v3.0", wx.DefaultPosition, wx.DefaultSize, 0 )
shouji.Add( self.dirscan, 0, wx.ALL, 5 )
self.webfinder = wx.Button( gui_shouji.GetStaticBox(), wx.ID_ANY, u"Webfinder_v3.2", wx.DefaultPosition, wx.DefaultSize, 0 )
shouji.Add( self.webfinder, 0, wx.ALL, 5 )
self.fofa = wx.Button( gui_shouji.GetStaticBox(), wx.ID_ANY, u"Fofa_Viewer_v1.0.8", wx.DefaultPosition, wx.DefaultSize, 0 )
shouji.Add( self.fofa, 0, wx.ALL, 5 )
self.yjdirscan = wx.Button( gui_shouji.GetStaticBox(), wx.ID_ANY, u"御剑dirscan_v1.1", wx.DefaultPosition, wx.DefaultSize, 0 )
shouji.Add( self.yjdirscan, 0, wx.ALL, 5 )
gui_shouji.Add( shouji, 1, wx.EXPAND, 5 )
gui_all.Add( gui_shouji, 0, wx.EXPAND|wx.ALL, 5 )
gui_scan = wx.StaticBoxSizer( wx.StaticBox( self, wx.ID_ANY, u"漏洞扫描" ), wx.VERTICAL )
scan = wx.WrapSizer( wx.HORIZONTAL, wx.WRAPSIZER_DEFAULT_FLAGS )
self.tdoa = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"通达OA综合利用工具_v1.0", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.tdoa, 0, wx.ALL, 5 )
self.Gr33k = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"Gr33k漏洞利用工具集_py", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.Gr33k, 0, wx.ALL, 5 )
self.Cas = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"Cas反序列化漏洞利用工具_v1.1", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.Cas, 0, wx.ALL, 5 )
self.sj = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"神机_V.19", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.sj, 0, wx.ALL, 5 )
self.thinkphp = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"ThinkPHP综合利用工具_V2.0", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.thinkphp, 0, wx.ALL, 5 )
self.thinkphp_log = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"ThinkPHP日志分析_v1.2_Beta_win", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.thinkphp_log, 0, wx.ALL, 5 )
self.thinkphp1 = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"Thinkphp漏洞利用工具_v1.2", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.thinkphp1, 0, wx.ALL, 5 )
self.thinkphp2 = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"thinkphp命令执行检测工具", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.thinkphp2, 0, wx.ALL, 5 )
self.weblogic_framework = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"weblogic-framework", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.weblogic_framework, 0, wx.ALL, 5 )
self.weblogic1 = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"weblogic漏洞利用工具", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.weblogic1, 0, wx.ALL, 5 )
self.edr = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"深X服edr任意用户登陆检测工具", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.edr, 0, wx.ALL, 5 )
self.shiro_attack = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"shiro_attack_2.2", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.shiro_attack, 0, wx.ALL, 5 )
self.ShiroExp = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"ShiroExp_v1.0", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.ShiroExp, 0, wx.ALL, 5 )
self.ShiroExploit = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"ShiroExploit_v2.3", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.ShiroExploit, 0, wx.ALL, 5 )
self.ShiroExploit1 = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"ShiroExploit", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.ShiroExploit1, 0, wx.ALL, 5 )
self.ShiroScan = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"ShiroScan_v1.1", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.ShiroScan, 0, wx.ALL, 5 )
self.ShiroExploit2 = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"ShiroExploit_V2.51", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.ShiroExploit2, 0, wx.ALL, 5 )
self.oracleShell = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"oracleShell_v0.1", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.oracleShell, 0, wx.ALL, 5 )
self.FrameScan = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"FrameScan_GUI_win", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.FrameScan, 0, wx.ALL, 5 )
self.tomcat_password = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"tomcat_password", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.tomcat_password, 0, wx.ALL, 5 )
self.fastjson = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"fastjson检测工具_win", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.fastjson, 0, wx.ALL, 5 )
self.CVE_2020_10199 = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"CVE-2020-10199", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.CVE_2020_10199, 0, wx.ALL, 5 )
self.CVE_2019_7238 = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"CVE-2019-7238", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.CVE_2019_7238, 0, wx.ALL, 5 )
self.aliyun_accesskey = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"阿里云accesskey利用工具_V1.2_win", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.aliyun_accesskey, 0, wx.ALL, 5 )
self.AliyunAkTools = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"AliyunAkTools_win", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.AliyunAkTools, 0, wx.ALL, 5 )
self.mdut = wx.Button( gui_scan.GetStaticBox(), wx.ID_ANY, u"MDUT_v2.0.6", wx.DefaultPosition, wx.DefaultSize, 0 )
scan.Add( self.mdut, 0, wx.ALL, 5 )
gui_scan.Add( scan, 1, wx.EXPAND, 5 )
gui_all.Add( gui_scan, 0, wx.EXPAND|wx.ALL, 5 )
self.SetSizer( gui_all )
self.Layout()
self.Centre( wx.BOTH )
# Connect Events
self.godzilla.Bind( wx.EVT_BUTTON, self.godzilla_click )
self.behinder.Bind( wx.EVT_BUTTON, self.behinder_click )
self.burp_suite.Bind( wx.EVT_BUTTON, self.burp_suite_click )
self.cs.Bind( wx.EVT_BUTTON, self.cs_click )
self.dirscan.Bind( wx.EVT_BUTTON, self.dirscan_click )
self.webfinder.Bind( wx.EVT_BUTTON, self.webfinder_click )
self.fofa.Bind( wx.EVT_BUTTON, self.fofa_click )
self.yjdirscan.Bind( wx.EVT_BUTTON, self.yj_click )
self.tdoa.Bind( wx.EVT_BUTTON, self.tdoa_click )
self.Gr33k.Bind( wx.EVT_BUTTON, self.gr33k_click )
self.Cas.Bind( wx.EVT_BUTTON, self.cas_click )
self.sj.Bind( wx.EVT_BUTTON, self.sj_click )
self.thinkphp.Bind( wx.EVT_BUTTON, self.thinkphp_click )
self.thinkphp_log.Bind( wx.EVT_BUTTON, self.thinkphp_log_click )
self.thinkphp1.Bind( wx.EVT_BUTTON, self.thinkphp1_click )
self.thinkphp2.Bind( wx.EVT_BUTTON, self.thinkphp2_click )
self.weblogic_framework.Bind( wx.EVT_BUTTON, self.weblogic_click )
self.weblogic1.Bind( wx.EVT_BUTTON, self.weblogic1_click )
self.edr.Bind( wx.EVT_BUTTON, self.edr_click )
self.shiro_attack.Bind( wx.EVT_BUTTON, self.shiro_attack_click )
self.ShiroExp.Bind( wx.EVT_BUTTON, self.shiroexp_click )
self.ShiroExploit.Bind( wx.EVT_BUTTON, self.shiroexploit_click )
self.ShiroExploit1.Bind( wx.EVT_BUTTON, self.shiroexploit1_cilck )
self.ShiroScan.Bind( wx.EVT_BUTTON, self.shiroscan_click )
self.ShiroExploit2.Bind( wx.EVT_BUTTON, self.shiro1_click )
self.oracleShell.Bind( wx.EVT_BUTTON, self.oracleshell_click )
self.FrameScan.Bind( wx.EVT_BUTTON, self.framescan_click )
self.tomcat_password.Bind( wx.EVT_BUTTON, self.tomcat_password_click )
self.fastjson.Bind( wx.EVT_BUTTON, self.fastjson_cilck )
self.CVE_2020_10199.Bind( wx.EVT_BUTTON, self.cve_2020_10199_click )
self.CVE_2019_7238.Bind( wx.EVT_BUTTON, self.cve_2019_7238_click )
self.aliyun_accesskey.Bind( wx.EVT_BUTTON, self.aliyun_accesskey_click )
self.AliyunAkTools.Bind( wx.EVT_BUTTON, self.aliyunakyools_click )
self.mdut.Bind( wx.EVT_BUTTON, self.mdut_click )
def __del__( self ):
pass
# Virtual event handlers, overide them in your derived class
def godzilla_click( self, event ):
event.Skip()
def behinder_click( self, event ):
event.Skip()
def burp_suite_click( self, event ):
event.Skip()
def cs_click( self, event ):
event.Skip()
def dirscan_click( self, event ):
event.Skip()
def webfinder_click( self, event ):
event.Skip()
def fofa_click( self, event ):
event.Skip()
def yj_click( self, event ):
event.Skip()
def tdoa_click( self, event ):
event.Skip()
def gr33k_click( self, event ):
event.Skip()
def cas_click( self, event ):
event.Skip()
def sj_click( self, event ):
event.Skip()
def thinkphp_click( self, event ):
event.Skip()
def thinkphp_log_click( self, event ):
event.Skip()
def thinkphp1_click( self, event ):
event.Skip()
def thinkphp2_click( self, event ):
event.Skip()
def weblogic_click( self, event ):
event.Skip()
def weblogic1_click( self, event ):
event.Skip()
def edr_click( self, event ):
event.Skip()
def shiro_attack_click( self, event ):
event.Skip()
def shiroexp_click( self, event ):
event.Skip()
def shiroexploit_click( self, event ):
event.Skip()
def shiroexploit1_cilck( self, event ):
event.Skip()
def shiroscan_click( self, event ):
event.Skip()
def shiro1_click( self, event ):
event.Skip()
def oracleshell_click( self, event ):
event.Skip()
def framescan_click( self, event ):
event.Skip()
def tomcat_password_click( self, event ):
event.Skip()
def fastjson_cilck( self, event ):
event.Skip()
def cve_2020_10199_click( self, event ):
event.Skip()
def cve_2019_7238_click( self, event ):
event.Skip()
def aliyun_accesskey_click( self, event ):
event.Skip()
def aliyunakyools_click( self, event ):
event.Skip()
def mdut_click( self, event ):
event.Skip()