Add a vprint for creds we chose

GSoC/Meterpreter_Web_Console
William Vu 2018-03-02 07:13:00 -06:00
parent 4418a0de02
commit bcdfebf93c
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ class MetasploitModule < Msf::Exploit::Remote
@password = tgt[:password]
end
# Tell the user what creds we chose
vprint_status("Using creds #{@username}:#{@password}") if do_exploit
# Shell it
exploit_telnetenabled if do_exploit
connect_telnetd