Skip to content

Commit 1c1b574

Browse files
committed
Removed Debug Print
1 parent d57a364 commit 1c1b574

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/exploits/multi/http/lighthouse_studio_unauth_rce_cve_2025_34300.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ def execute_command(cmd, _opts = {})
143143

144144
query << "hid_studyname=#{datastore['STUDYNAME']}" unless datastore['STUDYNAME'].strip.empty?
145145
query_string = query.join('&')
146-
print_status(query_string)
147146

148147
res = send_request_cgi({
149148
'uri' => normalize_uri(target_uri.path),

0 commit comments

Comments
 (0)