Add a vprint for creds we chose
parent
4418a0de02
commit
bcdfebf93c
|
@ -100,6 +100,9 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
@password = tgt[:password]
|
@password = tgt[:password]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Tell the user what creds we chose
|
||||||
|
vprint_status("Using creds #{@username}:#{@password}") if do_exploit
|
||||||
|
|
||||||
# Shell it
|
# Shell it
|
||||||
exploit_telnetenabled if do_exploit
|
exploit_telnetenabled if do_exploit
|
||||||
connect_telnetd
|
connect_telnetd
|
||||||
|
|
Loading…
Reference in New Issue