File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/exploits/multi/script Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def initialize(info = {})
15
15
'Name' => 'Script Web Delivery' ,
16
16
'Description' => %q{
17
17
This module quickly fires up a web server that serves a payload.
18
- The provided command will start the specified scripting langauge interpreter and then download and execute the
18
+ The provided command will start the specified scripting language interpreter and then download and execute the
19
19
payload. The main purpose of this module is to quickly establish a session on a target
20
20
machine when the attacker has to manually type in the command himself, e.g. Command Injection,
21
21
RDP Session, Local Access or maybe Remote Command Exec. This attack vector does not
@@ -88,4 +88,4 @@ def primer
88
88
print_line ( "powershell.exe -w hidden -nop -ep bypass -c \" #{ download_and_run } \" " )
89
89
end
90
90
end
91
- end
91
+ end
You can’t perform that action at this time.
0 commit comments