FreeBSD Kernel Crash / Code Execution / Disclosure
日期:2015-01-28 14:54:40
点击:50 评论:0
Core Security - Corelabs Advisoryhttp://corelabs.coresecurity.com/FreeBSD Kernel Multiple Vulnerabilities1. *Advisory Information*Title: FreeBSD Kernel Multiple VulnerabilitiesAdvisory ID: CORE-2015-0003Advisory URL: http://www.coresecurity.com/cont
Qualys Security Advisory - glibc gethostbyname Buffer Overflow
日期:2015-01-28 14:52:24
点击:107 评论:0
Qualys Security Advisory CVE-2015-0235GHOST: glibc gethostbyname buffer overflow--[ Contents ]----------------------------------------------------------------1 - Summary2 - Analysis3 - Mitigating factors4 - Case studies5 - Exploitation6 - Acknowledg
D-Link DSL-2740R - Unauthenticated Remote DNS Change Exploit
日期:2015-01-28 14:40:39
点击:27 评论:0
#!/bin/bash # # D-Link DSL-2740R Unauthenticated Remote DNS Change Exploit # # Copyright 2015 (c) Todor Donev todor.donev at gmail.com # http://www.ethical-hacker.org/ # # Description: # Different D-Link Routers are vulnerable to DNS change. # The vu
Symantec Data Center Security - Multiple Vulnerabilities
日期:2015-01-27 11:36:38
点击:80 评论:0
SEC Consult Vulnerability Lab Security Advisory 20150122-0 ======================================================================= title: Multiple critical vulnerabilities products: Symantec Data Center Security: Server Advanced (SDCS:SA) Symantec Cr
PHP Webquest 2.6 - SQL Injection
日期:2015-01-27 11:34:56
点击:54 评论:0
# Exploit Title: sql injection # Google Dork: inurl:webquest/soporte_horizontal_w.php?id_actividad= # Date: [24/01/2015] # Exploit Author: [jord4nroo7] anonjo@aol.com # Vendor Homepage: [http://phpwebquest.org] # Software Link: [http://phpwebquest.o
Comodo Backup 4.4.0.0 - NULL Pointer Dereference EOP
日期:2015-01-27 11:30:51
点击:44 评论:0
/* Exploit Title - Comodo Backup Null Pointer Dereference Privilege Escalation Date - 23rd January 2015 Discovered by - Parvez Anwar (@parvezghh) Vendor Homepage - https://www.comodo.com Tested Version - 4.4.0.0 Driver Version - 1.0.0.957 - bdisk.sy
Android WiFi-Direct Denial of Service
日期:2015-01-27 11:29:09
点击:180 评论:0
Core Security - Corelabs Advisory http://corelabs.coresecurity.com/ Android WiFi-Direct Denial of Service 1. *Advisory Information* Title: Android WiFi-Direct Denial of Service Advisory ID: CORE-2015-0002 Advisory URL: http://www.coresecurity.com/ad
Zhone GPON 2520 R4.0.2.566b - Crash PoC
日期:2015-01-27 11:24:00
点击:51 评论:0
from httplib2 import Http from urllib import urlencode import sys,time #main function if __name__ == __main__ : if (len(sys.argv) != 2): print '*********************************************************************************' print ' GPON Zhone R4.
Cisco Ironport Appliances Privilege Escalation Exploit
日期:2015-01-26 15:02:09
点击:68 评论:0
#include stdio.h #include stdlib.h #include string.h #include ctype.h #include md5.h #include getopt.h #define MAX_BUFFER 128 #define SECRET_PASS woofwoof void usage( char *name); void to_lower( char *str); void fuzz_string( char *str); int main( in
libpng 1.6.15 Heap Overflow Exploit
日期:2015-01-26 15:00:42
点击:91 评论:0
/********************************* * Alex Eubanks * * endeavor@rainbowsandpwnies.com * * libpng 1.6.15 heap overflow * * 18 December 2014 * *********************************/ /************* * A foreword * *************/ // this bug was found with am
Crystal Player 1.99 - Memory Corruption Vulnerability
日期:2015-01-26 14:57:42
点击:18 评论:0
Document Title: =============== Crystal Player 1.99 - Memory Corruption Vulnerability Date: ============= 21/01/2015 Vendor Homepage: ================ http://www.crystalreality.com/ Abstract Advisory Information: ============================== Memory
Arris VAP2500 tools_command.php Command Execution
日期:2015-01-23 17:00:58
点击:45 评论:0
### This module requires Metasploit: http://metasploit.com/download# Current source: https://github.com/rapid7/metasploit-framework##require 'msf/core'class Metasploit3 Msf::Exploit::Remote Rank = NormalRanking include Msf::Exploit::Remote::HttpClie
Symantec SDCS:SA / SCSP XSS / Bypass / SQL Injection / Disclosure
日期:2015-01-23 17:00:04
点击:97 评论:0
SEC Consult Vulnerability Lab Security Advisory 20150122-0 ======================================================================= title: Multiple critical vulnerabilities products: Symantec Data Center Security: Server Advanced (SDCS:SA) Symantec C
Exif Pilot 4.7.2 Buffer Overflow Exploit
日期:2015-01-22 10:56:36
点击:40 评论:0
#!/usr/bin/env ruby # Exploit Title: Exif Pilot SEH Based Buffer Overflow # Version: version 4.7.2 # Download: http://www.colorpilot.com/load/exif.exe # Tested on: Windows XP sp2 # Exploit Author: Osanda M. Jayathissa # E-Mail: osanda[cat]unseen.is
GetGo Download Manager HTTP Response Buffer Overflow
日期:2015-01-21 12:35:14
点击:18 评论:0
### This module requires Metasploit: http://metasploit.com/download# Current source: https://github.com/rapid7/metasploit-framework##require 'msf/core'class Metasploit3 Msf::Exploit::Remote Rank = NormalRanking include Msf::Exploit::Remote::Seh incl
Microsoft Windows NtApphelpCacheControl Improper Authorization Check
日期:2015-01-21 12:34:19
点击:22 评论:0
### This module requires Metasploit: http://metasploit.com/download# Current source: https://github.com/rapid7/metasploit-framework##require 'msf/core'require 'msf/core/post/windows/reflective_dll_injection'class Metasploit3 Msf::Exploit::Local Rank
OS X 10.9.5 IOKit IntelAccelerator NULL Pointer Dereference
日期:2015-01-21 12:28:09
点击:104 评论:0
// clang -o ig_2_3_exploit ig_2_3_exploit.c -framework IOKit -framework CoreFoundation -m32 -D_FORTIFY_SOURCE=0 // ianbeer #include stdint.h #include stdio.h #include stdlib.h #include sys/mman.h #include sys/stat.h #include unistd.h #include CoreFou
OS X networkd "effective_audit_token" XPC Type Confusion Sandbox Escape
日期:2015-01-21 12:27:06
点击:85 评论:0
// Requires Lorgnette: https://github.com/rodionovd/liblorgnette // clang -o networkd_exploit networkd_exploit.c liblorgnette/lorgnette.c -framework CoreFoundation // ianbeer #include dlfcn.h #include stdint.h #include stdio.h #include stdlib.h #inc
OS X 10.10 IOKit IntelAccelerator NULL Pointer Dereference
日期:2015-01-21 12:25:44
点击:41 评论:0
#include fcntl.h #include stdio.h #include stdlib.h #include string.h #include IOKit/IOKitLib.h int main(){ kern_return_t err; CFMutableDictionaryRef matching = IOServiceMatching(IntelAccelerator); if(!matching){ printf(unable to create service match
共637页/12733条记录 首页
上一页
[154]
[155]
[156]
157
[158]
[159]
[160]
下一页
末页
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
本月热点文章
本月推荐文章
相关分类