Skip to content

Commit c388fd4

Browse files
committed
Fix print message
1 parent dd2559b commit c388fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/struts_code_exec_classloader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def exploit
227227
# Used with SMB targets
228228
def primer
229229
self.file_contents = payload.encoded
230-
print_status("File available on #{unc}...")
230+
print_status("JSP payload available on #{unc}...")
231231

232232
print_status("#{peer} - Modifying Class Loader...")
233233
send_request_cgi({

0 commit comments

Comments
 (0)