Skip to main content
GET
/
wordlists
Get all wordlists
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
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://pentest-tools.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use the "API key" from the profile page as the token

Response

OK

data
object[]
required