Skip to content

Commit

Permalink
Merge pull request #2008 from blacklanternsecurity/update-docs
Browse files Browse the repository at this point in the history
Daily Docs Update
  • Loading branch information
TheTechromancer authored Nov 22, 2024
2 parents 76ba77f + 97b3df7 commit 0178346
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
1 change: 1 addition & 0 deletions docs/modules/list_of_modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
| emails | output | No | Output any email addresses found belonging to the target domain | email-enum | EMAIL_ADDRESS | | @domwhewell-sage | 2023-12-23 |
| http | output | No | Send every event to a custom URL via a web request | | * | | @TheTechromancer | 2022-04-13 |
| json | output | No | Output to Newline-Delimited JSON (NDJSON) | | * | | @TheTechromancer | 2022-04-07 |
| mysql | output | No | Output scan data to a MySQL database | | * | | | |
| neo4j | output | No | Output to Neo4j | | * | | @TheTechromancer | 2022-04-07 |
| postgres | output | No | Output scan data to a SQLite database | | * | | | |
| python | output | No | Output via Python API | | * | | @TheTechromancer | 2022-09-13 |
Expand Down
2 changes: 1 addition & 1 deletion docs/scanning/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Output:
-o DIR, --output-dir DIR
Directory to output scan results
-om MODULE [MODULE ...], --output-modules MODULE [MODULE ...]
Output module(s). Choices: asset_inventory,csv,discord,emails,http,json,neo4j,postgres,python,slack,splunk,sqlite,stdout,subdomains,teams,txt,web_report,websocket
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
--json, -j Output scan data in JSON format
--brief, -br Output only the data itself
--event-types EVENT_TYPES [EVENT_TYPES ...]
Expand Down
Loading

0 comments on commit 0178346

Please sign in to comment.