Skip to content

Commit

Permalink
Merge branch 'dev' into ruff-check--fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 22, 2024
2 parents 6ebf90e + 785fd62 commit c6e6dd1
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bbot/modules/deadly/nuclei.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class nuclei(BaseModule):
}

options = {
"version": "3.3.5",
"version": "3.3.6",
"tags": "",
"templates": "",
"severity": "",
Expand Down
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 c6e6dd1

Please sign in to comment.