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={})
17
17
'Name' => 'Generic Web Application DLL Injection' ,
18
18
'Description' => %q{
19
19
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
21
21
DLLs over an SMB service and allows an arbitrary HTTP URL to be called that would
22
22
trigger the load of the DLL.
23
23
} ,
Original file line number Diff line number Diff line change @@ -15,10 +15,8 @@ def initialize(info={})
15
15
super ( update_info ( info ,
16
16
'Name' => 'Generic DLL Injection From Shared Resource' ,
17
17
'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.
22
20
} ,
23
21
'Author' =>
24
22
[
You can’t perform that action at this time.
0 commit comments