SecLists/Discovery/Web-Content/api
2026-02-07 18:22:13 +00:00
..
actions-lowercase.txt fix(wordlist): Added missing terms to API Actions wordlist 2025-03-04 17:31:09 -03:00
actions-uppercase.txt fix(wordlist): Added missing terms to API Actions wordlist 2025-03-04 17:31:09 -03:00
actions.txt fix(wordlist): Added missing terms to API Actions wordlist 2025-03-04 17:31:09 -03:00
api-endpoints-res.txt [Github Action] Updated api-endpoints-res.txt 2026-02-07 18:22:13 +00:00
api-endpoints.txt feat(wordlist): Added more API fuzzing endpoints 2026-02-04 21:25:27 -03:00
api-seen-in-wild.txt
ispsystem_billmanager_api.txt
objects-lowercase.txt Update objects-lowercase.txt 2024-06-28 14:16:26 +02:00
objects-uppercase.txt
objects.txt
README.md fix(cicd): Fixed bad filepath 2026-02-07 15:18:16 -03:00
salesforce-aura-objects.txt

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