From 7624d06f83f49b50fb9a411bf0afd36e0dd9c6fa Mon Sep 17 00:00:00 2001 From: y_k_oo7 Date: Tue, 26 Feb 2019 19:55:13 +0530 Subject: [PATCH] Fixed --- .../modules/auxiliary/scanner/telnet/telnet_login.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/modules/auxiliary/scanner/telnet/telnet_login.md b/documentation/modules/auxiliary/scanner/telnet/telnet_login.md index cafe52d09b..0455f98c4b 100644 --- a/documentation/modules/auxiliary/scanner/telnet/telnet_login.md +++ b/documentation/modules/auxiliary/scanner/telnet/telnet_login.md @@ -1,5 +1,5 @@ ## Description -This module will test a telnet login with a list of provided credentials on a range of machines and report successful logins. +This module will test a telnet login with a list of provided credentials on a range of machines and report successful logins. It allows you to pass credentials in a number of ways. You can specifically set a username and password, you can pass a list of usernames and a list of passwords for it to iterate through, or you can provide a file that contains usernames and passwords separated by a space. ## Verification Steps @@ -56,7 +56,7 @@ msf auxiliary(scanner/telnet/telnet_login) > set PASS_FILE passwords.txt PASS_FILE => passwords.txt msf auxiliary(scanner/telnet/telnet_login) > set VERBOSE false VERBOSE => false -msf auxiliary(scanner/telnet/telnet_login) >run +msf auxiliary(scanner/telnet/telnet_login) > run [+] 1.1.1.116 - SUCCESSFUL LOGIN root : s00p3rs3ckret [*] Command shell session 1 opened (1.1.1.101:50017 -> 1.1.1.116:23) at 2010-10-08 06:48:27 -0600