Get wordlists
This operation returns the list of wordlists belonging to the current user, including their names.
Request
Parameters |
---|
Get the list of wordlists. The value is |
Limit the number of returned wordlists. |
{
"op": "get_wordlists",
"limit": 3
}
Response
Attributes |
---|
The status of the operation. The value can be |
The list of wordlists for the current user. Returned in case of a successful operation. |
Error message. Returned in case of a failed operation. |
{
"op_status": "success",
"wordlists": [
{
"wordlist_id": 1,
"name": "URL Fuzzer (default)"
},
{
"wordlist_id": 2,
"name": "Common config files (default)"
},
{
"wordlist_id": 10,
"name": "My wordlist"
}
]
}