get_wordlist
Retrieve SecLists wordlist files to support directory brute-forcing, fuzzing, and subdomain enumeration.
Instructions
Get the contents of a specific SecLists wordlist file. Use this to retrieve wordlists for directory brute-forcing, fuzzing, subdomain enumeration, or other testing tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the wordlist relative to SecLists root, e.g., 'Discovery/Web-Content/common.txt' or 'Fuzzing/SQLi/Generic-SQLi.txt' | |
| head | No | Only return the first N lines of the wordlist (useful for large files) |