# wordlists/ — Custom Wordlists Folder # ───────────────────────────────────────────────────────── # Place your custom .txt wordlists here. # They will be mounted inside the container at /app/wordlists/ # # Inside Docker container, SecLists is already installed at: # /app/wordlists/Discovery/Web-Content/common.txt # /app/wordlists/Discovery/Web-Content/directory-list-2.3-small.txt # /app/wordlists/Discovery/Web-Content/directory-list-2.3-medium.txt # # To use a custom wordlist from this folder: # --wordlist /app/wordlists/my-custom-list.txt # ─────────────────────────────────────────────────────────