diff --git a/documentation/modules/auxiliary/scanner/telnet/telnet_login.md b/documentation/modules/auxiliary/scanner/telnet/telnet_login.md index 816f0c1202..cafe52d09b 100644 --- a/documentation/modules/auxiliary/scanner/telnet/telnet_login.md +++ b/documentation/modules/auxiliary/scanner/telnet/telnet_login.md @@ -7,12 +7,11 @@ This module will test a telnet login with a list of provided credentials on a ra 2. Do: ```set RHOSTS [IP]``` 3. Do: ```set THREADS [NUMBER OF THREADS]``` 4. Do: ```set USER_FILE [USERNAME FILE]``` -5. Do: ```set PASS_FILE[PASSWORD FILE]``` +5. Do: ```set PASS_FILE [PASSWORD FILE]``` 6. Do: ```run``` ## Options -This auxiliary module 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. ### BLANK PASSWORD @@ -32,7 +31,7 @@ File containing username and passwords separated by space, one pair one line. ### USER_FILE -File containing username one per line. +File containing usernames one per line. ### PASS_FILE diff --git a/documentation/modules/auxiliary/scanner/telnet/telnet_version.md b/documentation/modules/auxiliary/scanner/telnet/telnet_version.md index 7aa5424911..70a1c5ebd7 100644 --- a/documentation/modules/auxiliary/scanner/telnet/telnet_version.md +++ b/documentation/modules/auxiliary/scanner/telnet/telnet_version.md @@ -1,5 +1,5 @@ ## Description -This module will scan a range of machines and prints any telnet servers that are running on it. +This module will scan a range of machines and prints the banner, usually containing the version of any telnet servers that are running on it. ## Verification Steps