fixed Docs

master
y_k_oo7 2019-02-22 15:05:10 +05:30
parent ff1d00b880
commit 81204c82c1
2 changed files with 3 additions and 4 deletions

View File

@ -12,7 +12,6 @@ This module will test a telnet login with a list of provided credentials on a ra
## 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

View File

@ -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