hydra -L /usr/share/seclists/Usernames/top-usernames-shortlist.txt -P /usr/share/seclists/Passwords/Common-Credentials/10k-most-common.txt ssh://192.168.1.50 Use code with caution. Summary Configuration Checklist OS / Environment Installation Command Default Path sudo apt install seclists /usr/share/seclists/ Any Linux (Git) git clone --depth 1 https://github.com User-defined (e.g., /opt/SecLists ) macOS (Homebrew) brew install seclists /opt/homebrew/share/seclists/ Windows (WSL) Same as Git / APT inside the distro /usr/share/seclists/
Once installed, the lists are typically located at /usr/share/seclists .
# Recursive scan with extensions gobuster dir -u https://target.com -w /usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt -x php,html,js -r