bevigil_get_wordlist
Retrieve a wordlist of paths, endpoints, and parameters extracted from an Android app's code to aid in fuzzing, directory brute-forcing, and API surface discovery.
Instructions
Get a wordlist generated from an Android application's code. The wordlist includes URL paths, API endpoints, file paths, and parameters extracted from the app. Useful for fuzzing, directory brute-forcing, and understanding the app's API surface. Returns a list of path/endpoint strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default 100, max 500). | |
| offset | No | Number of results to skip before returning a page (default 0). Use this to retrieve results beyond the first page. | |
| package_id | Yes | Android package ID (e.g. "com.whatsapp"). The unique identifier for an Android application. |