We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ac83b commit 8103bafCopy full SHA for 8103baf
modules/exploits/windows/misc/psh_web_delivery.rb
@@ -14,7 +14,7 @@ class Metasploit3 < Msf::Exploit::Remote
14
15
def initialize(info = {})
16
super(update_info(info,
17
- 'Name' => 'Powershell HTTP Download Delivery',
+ 'Name' => 'Powershell Web Delivery',
18
'Description' => %q{
19
Quickly fires up a web server that serves the payload in powershell.
20
The command will start powershell and then download and execute the payload.
0 commit comments