Skip to content

Commit 0178346

Browse files
Merge pull request blacklanternsecurity#2008 from blacklanternsecurity/update-docs
Daily Docs Update
2 parents 76ba77f + 97b3df7 commit 0178346

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

docs/modules/list_of_modules.md

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
| emails | output | No | Output any email addresses found belonging to the target domain | email-enum | EMAIL_ADDRESS | | @domwhewell-sage | 2023-12-23 |
120120
| http | output | No | Send every event to a custom URL via a web request | | * | | @TheTechromancer | 2022-04-13 |
121121
| json | output | No | Output to Newline-Delimited JSON (NDJSON) | | * | | @TheTechromancer | 2022-04-07 |
122+
| mysql | output | No | Output scan data to a MySQL database | | * | | | |
122123
| neo4j | output | No | Output to Neo4j | | * | | @TheTechromancer | 2022-04-07 |
123124
| postgres | output | No | Output scan data to a SQLite database | | * | | | |
124125
| python | output | No | Output via Python API | | * | | @TheTechromancer | 2022-09-13 |

docs/scanning/advanced.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Output:
103103
-o DIR, --output-dir DIR
104104
Directory to output scan results
105105
-om MODULE [MODULE ...], --output-modules MODULE [MODULE ...]
106-
Output module(s). Choices: asset_inventory,csv,discord,emails,http,json,neo4j,postgres,python,slack,splunk,sqlite,stdout,subdomains,teams,txt,web_report,websocket
106+
Output module(s). Choices: asset_inventory,csv,discord,emails,http,json,mysql,neo4j,postgres,python,slack,splunk,sqlite,stdout,subdomains,teams,txt,web_report,websocket
107107
--json, -j Output scan data in JSON format
108108
--brief, -br Output only the data itself
109109
--event-types EVENT_TYPES [EVENT_TYPES ...]

0 commit comments

Comments
 (0)