iTechscripts Freelancer Script 5.11 - 'sk' Parameter SQL Injection
日期:2017-01-13 15:41:11
点击:35 评论:0
#!/usr/bin/perl -w # iTechscripts Freelancer Script v5.11 (sk) SQL Injection Vulnerability # Author : v3n0m # Contact : v3n0m[at]outlook[dot]com # Date : January, 11-2017 GMT +7:00 Jakarta, Indonesia # Software : Freelancer Script # Version : 5.11 Lo
Cisco Firepower Management Console 6.0 Post Authentication UserAdd
日期:2017-01-12 18:14:39
点击:56 评论:0
### This module requires Metasploit: http://metasploit.com/download# Current source: https://github.com/rapid7/metasploit-framework##require 'msf/core'class MetasploitModule Msf::Exploit::Remote Rank = ExcellentRanking include Msf::Exploit::Remote::
Firejail - Privilege Escalation
日期:2017-01-12 18:13:29
点击:41 评论:0
# firejail advisory for TOCTOU in --get and --put (local root) Releasing a brief advisory/writeup about a local root privesc found in firejail that we reported back in Nov, 2016. This is in response to a recent [thread]( http://seclists.org/oss-sec/2
Cemu 1.6.4b - Information Leak + Buffer Overflow (Emulator Breakout)
日期:2017-01-12 18:12:45
点击:75 评论:0
For those who only care about one thing: [the PoC is here.]( https://rol.im/kpwned.zip ) Mirror: https://github.com/offensive-security/exploit-database-bin-sploits/raw/master/sploits/41021.zip ## Overview Cemu is a closed-source Wii U emulator develo
Microsoft Windows 8.1 (x64) - RGNOBJ Integer Overflow (MS16-098)
日期:2017-01-12 18:11:59
点击:36 评论:0
// Source: https://github.com/sensepost/ms16-098/tree/b85b8dfdd20a50fc7bc6c40337b8de99d6c4db80 // Binary: https://github.com/offensive-security/exploit-database-bin-sploits/raw/master/sploits/41020.exe #include Windows.h #include wingdi.h #include st
DiskBoss Enterprise 7.5.12 - 'POST' Buffer Overflow (SEH)
日期:2017-01-11 17:05:14
点击:29 评论:0
#!/usr/bin/python # Exploit Title: DiskBoss Enterprise 7.5.12 SEH + Egghunter Buffer Overflow # Date: 10-01-2017 # Exploit Author: Wyndell Bibera # Software Link: http://www.diskboss.com/setups/diskbossent_setup_v7.5.12.exe # Version: 7.5.12 # Teste
Enigma Fileless UAC Bypass
日期:2017-01-10 15:42:18
点击:42 评论:0
a### This file is part of the Metasploit Framework and may be subject to# redistribution and commercial restrictions. Please see the Metasploit# Framework web site for more information on licensing and terms of use.# http://metasploit.com/framework/
Brave Browser 1.2.16/1.9.56 - Address Bar URL Spoofing
日期:2017-01-09 14:46:13
点击:20 评论:0
Brave Browser Suffers from Address Bar Spoofing Vulnerability. Address Bar spoofing is a critical vulnerability in which any attacker can spoof the address bar to a legit looking website but the content of the web-page remains different from the Addr
Kaspersky 17.0.0 - Local CA root is Incorrectly Protected
日期:2017-01-05 15:14:32
点击:43 评论:0
/* Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=989 When Kaspersky generate a private key for the local root, they store the private key in %ProgramData%. Obviously this file cannot be shared, because it's the private key for a t
Zyxel/Eir D1000 DSL Modem NewNTPServer Command Injection Over TR-064
日期:2017-01-05 15:13:11
点击:52 评论:0
require 'msf/core'class MetasploitModule Msf::Exploit::Remote Rank = NormalRanking include Msf::Exploit::Remote::HttpClient include Msf::Exploit::CmdStager def initialize(info = {}) super(update_info(info, 'Name' = 'Zyxel/Eir D1000 DSL Modem New
PHPMailer Sendmail Argument Injection
日期:2017-01-04 15:13:19
点击:48 评论:0
### This module requires Metasploit: http://metasploit.com/download# Current source: https://github.com/rapid7/metasploit-framework##require 'msf/core'class MetasploitModule Msf::Exploit::Remote Rank = ManualRanking include Msf::Exploit::FileDropper
Internet Download Accelerator 6.10.1.1527 - FTP Buffer Overflow (SEH)
日期:2017-01-03 17:55:34
点击:19 评论:0
#!/usr/bin/python## Exploit Title: IDA 6.10.1.1527 FTP SEH Universal exploit.# Exploit Author: Fady Mohamed Osman (@fady_osman)# Exploit-db : http://www.exploit-db.com/author/?a=2986# Youtube : https://www.youtube.com/user/cutehack3r# Date: Jan 2, 2
Xfinity Gateway (Technicolor DPC3941T) - Cross-Site Request Forgery
日期:2017-01-03 17:54:00
点击:80 评论:0
# Exploit Title: CSRF XFINITY Gateway product Technicolor(previously Cisco) DPC3941T# Date: 09/08/2016# Exploit Author: Ayushman Dutta# Version: dpc3941-P20-18-v303r20421733-160413a-CMCST# CVE : CVE-2016-7454The Device DPC3941T is vulnerable to CSRF
Zend Framework / zend-mail < 2.4.11 - Remote Code Execution
日期:2017-01-03 17:52:16
点击:29 评论:0
?php /* Zend Framework 2.4.11 Remote Code Execution (CVE-2016-10034)zend-mail 2.4.11 zend-mail 2.7.2 Discovered/Coded by: Dawid Golunskihttps://legalhackers.com Full Advisory URL:https://legalhackers.com/advisories/ZendFramework-Exploit-ZendMail-Rem
PHPMailer < 5.2.18 - Remote Code Execution (Python)
日期:2016-12-30 14:13:07
点击:65 评论:0
# Exploit Title: PHPMailer Exploit v1.0 # Date: 29/12/2016 # Exploit Author: Daniel aka anarc0der # Version: PHPMailer 5.2.18 # Tested on: Arch Linux # CVE : CVE 2016-10033 Description: Exploiting PHPMail with back connection (reverse shell) from th
SwiftMailer < 5.4.5-DEV - Remote Code Execution
日期:2016-12-29 15:00:01
点击:18 评论:0
?php /* SwiftMailer = 5.4.5-DEV Remote Code Execution (CVE-2016-10074) Discovered/Coded by: Dawid Golunski https://legalhackers.com Full Advisory URL: https://legalhackers.com/advisories/SwiftMailer-Exploit-Remote-Code-Exec-CVE-2016-10074-Vuln.html E
PHPMailer < 5.2.18 - Remote Code Execution (PHP)
日期:2016-12-29 14:59:13
点击:32 评论:0
?php /* PHPMailer 5.2.18 Remote Code Execution (CVE-2016-10033) Discovered/Coded by: Dawid Golunski (@dawid_golunski) https://legalhackers.com Full Advisory URL: https://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10033-Vu
PHPMailer < 5.2.20 - Remote Code Execution
日期:2016-12-29 14:58:13
点击:45 评论:0
#!/usr/bin/python intro = PHPMailer RCE PoC Exploits PHPMailer 5.2.18 Remote Code Execution PoC Exploit (CVE-2016-10033) + PHPMailer 5.2.20 Remote Code Execution PoC Exploit (CVE-2016-10045) (the bypass of the first patch for CVE-2016-10033) Discover
共637页/12733条记录 首页
上一页
[90]
[91]
[92]
93
[94]
[95]
[96]
下一页
末页
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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
本月热点文章
本月推荐文章
相关分类