cURL
curl --request GET \ --url https://app.pentest-tools.com/api/v2/wordlists/{id}/contents \ --header 'Authorization: Bearer <token>'
"root\ncisco\nadmin\ntest"
Use the "API key" from the profile page as the token
id of wordlist to get
OK
The response is of type string.
string
Was this page helpful?