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

@ -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]``` 2. Do: ```set RHOSTS [IP]```
3. Do: ```set THREADS [NUMBER OF THREADS]``` 3. Do: ```set THREADS [NUMBER OF THREADS]```
4. Do: ```set USER_FILE [USERNAME FILE]``` 4. Do: ```set USER_FILE [USERNAME FILE]```
5. Do: ```set PASS_FILE[PASSWORD FILE]``` 5. Do: ```set PASS_FILE [PASSWORD FILE]```
6. Do: ```run``` 6. Do: ```run```
## Options ## 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 ### BLANK PASSWORD
@ -32,7 +31,7 @@ File containing username and passwords separated by space, one pair one line.
### USER_FILE ### USER_FILE
File containing username one per line. File containing usernames one per line.
### PASS_FILE ### PASS_FILE

View File

@ -1,5 +1,5 @@
## Description ## 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 ## Verification Steps