Skip to content

Commit 4379245

Browse files
sfewer-r7jvoisin
andauthored
improve comment (thanks jvoisin)
Co-authored-by: Julien Voisin <[email protected]>
1 parent 0df004c commit 4379245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/cleo_rce_cve_2024_55956.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def exploit
118118

119119
jar_file = payload.encoded_jar(random: true)
120120

121-
# The product ships its own JRE, so we can use this relative path to run a Java JAR file.
121+
# The product ships its own JRE, so we can use a relative path to run our Java JAR file.
122122
command = "jre/bin/java -jar \"#{jar_path}\""
123123
elsif target['Platform'] == 'win'
124124
command = "cmd.exe /c \"#{payload.encoded}\""

0 commit comments

Comments
 (0)