Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Telnet Modules Docs #11439

Merged
merged 1 commit into from
Feb 19, 2019
Merged

Added Telnet Modules Docs #11439

merged 1 commit into from
Feb 19, 2019

Conversation

Yashvendra
Copy link
Contributor

Added auxiliary/scanner/telnet/telnet_login and auxiliary/scanner/telnet/telnet_version modules documentation.

@jrobles-r7 jrobles-r7 self-assigned this Feb 19, 2019
@jrobles-r7 jrobles-r7 merged commit ff1d00b into rapid7:master Feb 19, 2019
jrobles-r7 added a commit that referenced this pull request Feb 19, 2019
@jrobles-r7
Copy link
Contributor

jrobles-r7 commented Feb 19, 2019

Release Notes

Documentation has been added for the telnet_login and telnet_version auxiliary scanner modules.

msjenkins-r7 pushed a commit that referenced this pull request Feb 19, 2019
@bcoles bcoles added this to Done in Module documentation Feb 19, 2019
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]```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing space after FILE


## 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't needed and is more or less a duplicate of the description section


### USER_FILE

File containing username one per line.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

usernames

@@ -0,0 +1,31 @@
## Description
This module will scan a range of machines and prints any telnet servers that are running on it.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prints The banner, usually containing the version, of any telnet

@Yashvendra Yashvendra mentioned this pull request Feb 22, 2019
@gdavidson-r7 gdavidson-r7 added the rn-enhancement release notes enhancement label Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs rn-enhancement release notes enhancement
Development

Successfully merging this pull request may close these issues.

None yet

4 participants