Skip to main content
GET
/
wordlists
/
{id}
/
contents
Get wordlist contents by ID
curl --request GET \
  --url https://app.pentest-tools.com/api/v2/wordlists/{id}/contents \
  --header 'Authorization: Bearer <token>'
"root\ncisco\nadmin\ntest"

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

Path Parameters

id
integer
required

id of wordlist to get

Response

OK

The response is of type string.

Example:

"root\ncisco\nadmin\ntest"