cURL
curl --request GET \ --url https://app.pentest-tools.com/api/v2/wordlists \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 1, "name": "URL Fuzzer (default)", "description": "This is the standard wordlist used by URL Fuzzer", "num_words": 254, "predefined": true } ] }
Use the "API key" from the profile page as the token
OK
Show child attributes
Was this page helpful?