Skip to content

Commit f35d7a8

Browse files
committed
Adjust numbers
1 parent 6da94b1 commit f35d7a8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

data/exploits/CVE-2015-0311/msf.swf

-16 Bytes
Binary file not shown.

external/source/exploits/CVE-2015-0311/Exploit.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ package
3434
payload = b64.toByteArray().toString();
3535

3636
// defrag
37-
for (var i:uint = 0; i < 50; i++) new Vector.<uint>(0x3e0)
37+
for (var i:uint = 0; i < 10000; i++) new Vector.<uint>(0x3e0)
3838

3939
for (i = 0; i < 1000; i++) ba.writeUnsignedInt(data++)
4040
ba.compress()

0 commit comments

Comments
 (0)