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"

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"