Skip to content

Commit

Permalink
Merge pull request #2185 from blacklanternsecurity/update-docs
Browse files Browse the repository at this point in the history
Daily Docs Update
  • Loading branch information
TheTechromancer authored Jan 22, 2025
2 parents 57792bb + 8e93242 commit a3375c2
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 30 deletions.
42 changes: 26 additions & 16 deletions docs/data/chord_graph/entities.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
143,
144,
147,
150
151
],
"produces": [
6,
Expand Down Expand Up @@ -161,7 +161,7 @@
143,
144,
147,
150
151
]
},
{
Expand Down Expand Up @@ -222,7 +222,7 @@
"parent": 88888888,
"consumes": [
14,
148
149
],
"produces": [
1,
Expand Down Expand Up @@ -252,7 +252,7 @@
135,
137,
139,
149
150
]
},
{
Expand Down Expand Up @@ -299,7 +299,7 @@
135,
137,
146,
149
150
],
"produces": [
92
Expand Down Expand Up @@ -472,8 +472,8 @@
"consumes": [
14,
86,
148,
149
149,
150
],
"produces": [
26,
Expand All @@ -483,7 +483,7 @@
96,
107,
146,
149
150
]
},
{
Expand All @@ -510,7 +510,7 @@
139,
141,
145,
148
149
],
"produces": [
88,
Expand Down Expand Up @@ -558,7 +558,7 @@
123,
140,
147,
149
150
]
},
{
Expand All @@ -578,7 +578,7 @@
"name": "VHOST",
"parent": 88888888,
"consumes": [
148
149
],
"produces": [
141
Expand All @@ -590,7 +590,7 @@
"parent": 88888888,
"consumes": [
14,
148
149
],
"produces": [
1,
Expand All @@ -605,7 +605,7 @@
107,
135,
137,
149
150
]
},
{
Expand Down Expand Up @@ -636,7 +636,8 @@
93,
110,
111,
112
112,
148
],
"produces": [
69,
Expand Down Expand Up @@ -2017,6 +2018,15 @@
},
{
"id": 148,
"name": "web_parameters",
"parent": 99999999,
"consumes": [
71
],
"produces": []
},
{
"id": 149,
"name": "web_report",
"parent": 99999999,
"consumes": [
Expand All @@ -2029,7 +2039,7 @@
"produces": []
},
{
"id": 149,
"id": 150,
"name": "wpscan",
"parent": 99999999,
"consumes": [
Expand All @@ -2044,7 +2054,7 @@
]
},
{
"id": 150,
"id": 151,
"name": "zoomeye",
"parent": 99999999,
"consumes": [
Expand Down
29 changes: 17 additions & 12 deletions docs/data/chord_graph/rels.json
Original file line number Diff line number Diff line change
Expand Up @@ -1701,67 +1701,72 @@
},
{
"source": 148,
"target": 71,
"type": "consumes"
},
{
"source": 149,
"target": 4,
"type": "consumes"
},
{
"source": 148,
"source": 149,
"target": 16,
"type": "consumes"
},
{
"source": 148,
"source": 149,
"target": 3,
"type": "consumes"
},
{
"source": 148,
"source": 149,
"target": 142,
"type": "consumes"
},
{
"source": 148,
"source": 149,
"target": 5,
"type": "consumes"
},
{
"source": 149,
"source": 150,
"target": 2,
"type": "consumes"
},
{
"source": 149,
"source": 150,
"target": 16,
"type": "consumes"
},
{
"source": 4,
"target": 149,
"target": 150,
"type": "produces"
},
{
"source": 16,
"target": 149,
"target": 150,
"type": "produces"
},
{
"source": 19,
"target": 149,
"target": 150,
"type": "produces"
},
{
"source": 5,
"target": 149,
"target": 150,
"type": "produces"
},
{
"source": 150,
"source": 151,
"target": 7,
"type": "consumes"
},
{
"source": 7,
"target": 150,
"target": 151,
"type": "produces"
}
]
1 change: 1 addition & 0 deletions docs/modules/list_of_modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
| subdomains | output | No | Output only resolved, in-scope subdomains | subdomain-enum | DNS_NAME, DNS_NAME_UNRESOLVED | | @TheTechromancer | 2023-07-31 |
| teams | output | No | Message a Teams channel when certain events are encountered | | * | | @TheTechromancer | 2023-08-14 |
| txt | output | No | Output to text | | * | | @TheTechromancer | 2024-04-03 |
| web_parameters | output | No | Output WEB_PARAMETER names to a file | | WEB_PARAMETER | | @liquidsec | 2025-01-25 |
| web_report | output | No | Create a markdown report with web assets | | FINDING, TECHNOLOGY, URL, VHOST, VULNERABILITY | | @liquidsec | 2023-02-08 |
| websocket | output | No | Output to websockets | | * | | @TheTechromancer | 2022-04-15 |
| cloudcheck | internal | No | Tag events by cloud provider, identify cloud resources like storage buckets | | * | | @TheTechromancer | 2024-07-07 |
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,mysql,neo4j,nmap_xml,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,nmap_xml,postgres,python,slack,splunk,sqlite,stdout,subdomains,teams,txt,web_parameters,web_report,websocket
-lo, --list-output-modules
List available output modules
--json, -j Output scan data in JSON format
Expand Down
Loading

0 comments on commit a3375c2

Please sign in to comment.