Skip to content

Commit 385dadd

Browse files
author
Brent Cook
committed
Land rapid7#8499, doc header consistency fixes
2 parents 851adf4 + 4eb86ca commit 385dadd

31 files changed

+87
-55
lines changed

documentation/modules/auxiliary/admin/chromecast/chromecast_youtube.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Naturally, audio should be cranked to 11 before running this module.
1414

1515
The YouTube video to be played. Defaults to [kxopViU98Xo](https://www.youtube.com/watch?v=kxopViU98Xo)
1616

17-
## Sample Output
17+
## Scenarios
1818

19-
Of note, this was played on a 1st generation Google Chromecast (USB stick looking, not circular)
19+
### 1st generation Google Chromecast (USB stick looking, not circular)
2020

2121
```
2222
msf > auxiliary/admin/chromecast/chromecast_youtube

documentation/modules/auxiliary/admin/http/scadabr_credential_dump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
7. You should get credentials
2828

2929

30-
## Sample Output
30+
## Scenarios
3131

3232
```
3333
[+] 172.16.191.166:8080 Authenticated successfully as 'admin'

documentation/modules/auxiliary/admin/http/zabbix_ldap_password_extractor.md

Whitespace-only changes.

documentation/modules/auxiliary/gather/censys_search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ The module use the Censys REST API to access the same data accessible through we
99
5: Do: `set CENSYS_DORK rapid7`
1010
6: Do: `run`
1111

12-
## Sample Output
12+
## Scenarios
1313

14-
#### Certificates Search
14+
### Certificates Search
1515

1616
```
1717
msf auxiliary(censys_search) > set CENSYS_DORK rapid7

documentation/modules/auxiliary/scanner/ftp/anonymous.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ This module allows us to scan through a series of IP Addresses and provide detai
5757
3. Do: ```set RPORT [IP]```
5858
4. Do: ```run```
5959
60-
## Sample Output
60+
## Scenarios
6161
62-
### On vsFTPd 3.0.3 on Kali
62+
### vsFTPd 3.0.3 on Kali
6363
6464
```
6565
msf > use auxiliary/scanner/ftp/anonymous

documentation/modules/auxiliary/scanner/ftp/ftp_login.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ This module will test FTP logins on a range of machines and report successful lo
4747
3. Do: ```set RPORT [IP]```
4848
4. Do: ```run```
4949
50-
## Sample Output
50+
## Scenarios
51+
5152
```
5253
msf> use auxiliary/scanner/ftp/ftp_login
5354
msf auxiliary(ftp_login) > set RHOSTS ftp.openbsd.org

documentation/modules/auxiliary/scanner/ftp/ftp_version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ This module allows us to scan through a series of IP Addresses and provide detai
4747
3. Do: ```set RPORT [IP]```
4848
4. Do: ```run```
4949

50-
## Sample Output
50+
## Scenarios
5151

52-
### On vsFTPd 3.0.3 on Kali
52+
### vsFTPd 3.0.3 on Kali
5353

5454
```
5555
msf > use auxiliary/scanner/ftp/ftp_version

documentation/modules/auxiliary/scanner/http/binom3_login_config_pass_dump.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
This module scans for Binom3 Multifunctional Revenue Energy Meter and Power Quality Analyzer management login portal(s), and attempts to identify valid credentials. There are four (4) default accounts - 'root'/'root', 'admin'/'1', 'alg'/'1', 'user'/'1'. In addition to device config, 'root' user can also access password file. Other users - admin, alg, user - can only access configuration file. The module attempts to download configuration and password files depending on the login user credentials found.
1+
This module scans for Binom3 Multifunctional Revenue Energy Meter and Power Quality Analyzer management login portal(s), and attempts to identify valid credentials.
2+
There are four (4) default accounts:
3+
4+
1. root/root
5+
2. admin/1
6+
3. alg/1
7+
4. user/1
8+
9+
In addition to device config, 'root' user can also access password file. Other users - admin, alg, user - can only access configuration file.
10+
The module attempts to download configuration and password files depending on the login user credentials found.
211

312
## Verification Steps
413

@@ -7,7 +16,7 @@ This module scans for Binom3 Multifunctional Revenue Energy Meter and Power Qual
716
3. Do: ```set RPORT [PORT]```
817
4. Do: ```run```
918

10-
## Sample Output
19+
## Scenarios
1120

1221
```
1322
msf > use auxiliary/scanner/http/binom3_login_config_pass_dump

documentation/modules/auxiliary/scanner/http/chromecast_webserver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This module is a scanner which enumerates Google Chromecast via its HTTP interfa
66
2. Do: ```set RHOSTS [IP]```
77
3. Do: ```run```
88

9-
## Sample Output
9+
## Scenarios
1010

11-
Of note, all 3 of the devices are the 1st generation Google Chromecast (USB stick looking, not circular)
11+
### All 3 of the devices are the 1st generation Google Chromecast (USB stick looking, not circular)
1212

1313
```
1414
msf > use auxiliary/scanner/http/chromecast_webserver

documentation/modules/auxiliary/scanner/http/chromecast_wifi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This module is a scanner which enumerates WiFi access points visible from a Goog
66
2. Do: ```set RHOSTS [IP]```
77
3. Do: ```run```
88

9-
## Sample Output
9+
## Scenarios
1010

11-
Of note, all 3 of the devices are the 1st generation Google Chromecast (USB stick looking, not circular)
11+
### All 3 of the devices are the 1st generation Google Chromecast (USB stick looking, not circular)
1212

1313
```
1414
msf > use auxiliary/scanner/http/chromecast_wifi

0 commit comments

Comments
 (0)