File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def initialize(info={})
1717 'Name' => 'Generic Web Application DLL Injection' ,
1818 'Description' => %q{
1919 This is a general-purpose module for exploiting conditions where a HTTP request
20- triggers a DLL load from a specified SMB share. This module serves payloads as
20+ triggers a DLL load from an specified SMB share. This module serves payloads as
2121 DLLs over an SMB service and allows an arbitrary HTTP URL to be called that would
2222 trigger the load of the DLL.
2323 } ,
Original file line number Diff line number Diff line change @@ -15,10 +15,8 @@ def initialize(info={})
1515 super ( update_info ( info ,
1616 'Name' => 'Generic DLL Injection From Shared Resource' ,
1717 'Description' => %q{
18- This is an example implementation of using the SMBFileServer module
19- to serve an arbitrary DLL over SMB.
20- This module will sit around waiting for a DLL to be loaded,
21- for instance by the "payload/windows/loadlibrary" module.
18+ This is a general-purpose module for exploiting conditions where a DLL can be loaded
19+ from an specified SMB share. This module serves payloads as DLLs over an SMB service.
2220 } ,
2321 'Author' =>
2422 [
You can’t perform that action at this time.
0 commit comments