missed one

This commit is contained in:
h00die 2020-08-13 10:45:55 -04:00
parent c9f39def13
commit 55d1efc18b
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class MetasploitModule < Msf::Auxiliary
return
end
print_status("Sending TeamViewer Link to #{req.headers['User-Agent']}...")
print_status("Sending TeamViewer Link to #{ua}...")
send_response_html(cli, html_content)
end