Skip to content

Commit ed6d88a

Browse files
committed
credit to mona.py for rop
1 parent ecb2667 commit ed6d88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/fileformat/mediacoder_m3u.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def nops(rop=false, n=1)
7676
end
7777

7878
def exploit
79-
79+
# fixed rop from mona.py :)
8080
rop_gadgets =
8181
[
8282
nops(true,35), # ROP NOP

0 commit comments

Comments
 (0)