Skip to content

Commit fe405d2

Browse files
committed
Tidyup info
1 parent 6fab3f6 commit fe405d2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

modules/exploits/windows/misc/powershell_http_deliver.rb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@ def initialize(info = {})
1616
super(update_info(info,
1717
'Name' => 'Powershell HTTP Downloader',
1818
'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.
2125
},
2226
'License' => MSF_LICENSE,
2327
'Author' =>
2428
[
2529
'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!
2731
],
2832
'References' =>
2933
[

0 commit comments

Comments
 (0)