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 ea383b4 commit b136765Copy full SHA for b136765
modules/exploits/multi/elasticsearch/script_mvel_rce.rb
@@ -77,7 +77,7 @@ def exploit
77
fail_with(Failure::Unknown, "#{peer} - Could not identify remote OS...")
78
else
79
# TODO: It'd be nice to report_host() with this info.
80
- print_good("#{peer} - Remote OS is '#{result}' ")
+ print_good("#{peer} - Remote OS is '#{result}'")
81
end
82
83
jar_file = ""
@@ -88,7 +88,7 @@ def exploit
88
if result.nil?
89
fail_with(Failure::Unknown, "#{peer} - Could not identify TEMP path...")
90
91
- print_good("#{peer} - TEMP path identified: '#{result}' ")
+ print_good("#{peer} - TEMP path identified: '#{result}'")
92
93
jar_file = "#{result}#{rand_text_alpha(3 + rand(4))}.jar"
94
0 commit comments