Skip to content

Commit cd61975

Browse files
committed
Change puts to vprint_debug.
1 parent 2a24151 commit cd61975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/android/browser/samsung_knox_smdm_url.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def on_request_uri(cli, req)
7575
send_response(cli, apk_bytes, magic_headers)
7676
end
7777
elsif req.uri =~ /_poll/
78-
puts "Polling #{req.qstring['id']}: #{@served_payloads[req.qstring['id']]}"
78+
vprint_debug "Polling #{req.qstring['id']}: #{@served_payloads[req.qstring['id']]}"
7979
send_response(cli, @served_payloads[req.qstring['id']].to_s, 'Content-type' => 'text/plain')
8080
elsif req.uri =~ /launch$/
8181
send_response_html(cli, launch_html)

0 commit comments

Comments
 (0)