Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jheysel-r7 authored Oct 12, 2023
1 parent 77694db commit 820f806
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions documentation/modules/auxiliary/scanner/mssql/mssql_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,14 @@ A docker container can be spun up with the following command to test this module
5. You should get a shell.

## Options
A number of options interesting options without default values exist. They are as follows:

Name Current Setting Required Description
---- --------------- -------- -----------
PASSWORD no A specific password to authenticate with
PASS_FILE no File containing passwords, one per line
RHOSTS yes The target host(s),
USERPASS_FILE no File containing users and passwords separated by space, one pair per line
USER_FILE no File containing usernames, one per line

Options ending in _FILE are used by specifing a file location. For example, specifying the USER_FILE would happend as follows:
### USER_FILE

```
msf6 auxiliary(scanner/mssql/mssql_login) > set USER_FILE ./userfile
```
File containing users, one per line.

### PASS_FILE

File containing passwords, one per line

## Scenarios
```
Expand Down

0 comments on commit 820f806

Please sign in to comment.