SecLists/Discovery/Web-Content/api/README.md
2026-02-07 15:18:16 -03:00

34 lines
No EOL
921 B
Markdown

# API wordlists
This directory contains wordlists for fuzzing web application APIs. Most of the wordlists in this directory were sourced from https://github.com/chrislockard/api_wordlist.
## `api-seen-in-wild.txt`
Contains many API words seen in the wild.
## `actions.txt`
All API function name verbs.
## `objects.txt`
All API function name nouns.
## `actions-uppercase.txt`
API function name verbs with leading character upper-case.
## `actions-lowercase.txt`
API function name verbs with leading character lower-case.
## `objects-uppercase.txt`
API function name nouns with leading character upper-case.
## `objects-lowercase.txt`
API function name nouns with leading character lower-case.
## `api-endpoints-res.txt`
Combination of the files:
- `api_seen_in_wild.txt`
- `actions.txt`
- `objects.txt`
- `actions-uppercase.txt`
- `actions-lowercase.txt`
- `objects-uppercase.txt`
- `objects-lowercase.txt`