Skip to content

Commit b136765

Browse files
author
Tod Beardsley
committed
Nuke extra space at EOL
1 parent ea383b4 commit b136765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/multi/elasticsearch/script_mvel_rce.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def exploit
7777
fail_with(Failure::Unknown, "#{peer} - Could not identify remote OS...")
7878
else
7979
# TODO: It'd be nice to report_host() with this info.
80-
print_good("#{peer} - Remote OS is '#{result}' ")
80+
print_good("#{peer} - Remote OS is '#{result}'")
8181
end
8282

8383
jar_file = ""
@@ -88,7 +88,7 @@ def exploit
8888
if result.nil?
8989
fail_with(Failure::Unknown, "#{peer} - Could not identify TEMP path...")
9090
else
91-
print_good("#{peer} - TEMP path identified: '#{result}' ")
91+
print_good("#{peer} - TEMP path identified: '#{result}'")
9292
end
9393
jar_file = "#{result}#{rand_text_alpha(3 + rand(4))}.jar"
9494
else

0 commit comments

Comments
 (0)