File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
modules/exploits/windows/misc Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,18 @@ def initialize(info = {})
16
16
super ( update_info ( info ,
17
17
'Name' => 'Powershell HTTP Downloader' ,
18
18
'Description' => %q{
19
- Quickly fires up a web server that provides the payload in powershell
20
- for one line execution
19
+ Quickly fires up a web server that serves the payload in powershell.
20
+ Two commands are given, the first will download and execute the payload
21
+ from within a powershell terminal. The second will start powershell and
22
+ then download and execute the payload. The main goal of this module is
23
+ so that a session can be quickly established on a target machine when
24
+ you have to manually type in the command yourself.
21
25
} ,
22
26
'License' => MSF_LICENSE ,
23
27
'Author' =>
24
28
[
25
29
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' ,
26
- 'Chris Campbell <> ' #Inspiration n.b. no relation!
30
+ 'Chris Campbell' #@obscuresec - Inspiration n.b. no relation!
27
31
] ,
28
32
'References' =>
29
33
[
You can’t perform that action at this time.
0 commit comments