List available red team tools and their supported attack categories.
cURL
curl --request GET \ --url https://api.example.com/v1/tools
[ { "tool": "<string>", "categories": [ "<string>" ] } ]
Successful Response
Was this page helpful?