fixed Docs
parent
ff1d00b880
commit
81204c82c1
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue