diff --git a/modules/exploits/linux/telnet/netgear_telnetenable.rb b/modules/exploits/linux/telnet/netgear_telnetenable.rb index 1e74a13a65..20553f3263 100644 --- a/modules/exploits/linux/telnet/netgear_telnetenable.rb +++ b/modules/exploits/linux/telnet/netgear_telnetenable.rb @@ -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