When testing basic auth, you need both a user list and a password list.
sudo mkdir -p /usr/share/seclists sudo mv * /usr/share/seclists/ installing seclists
SecLists is invaluable for Burp Intruder. When testing basic auth, you need both a
flag is recommended because the full history is several gigabytes.) Update later: To get new additions, navigate into the folder and run 3. Installation on macOS Mac users can use the package manager for a quick setup. Install via Brew: brew install seclists Default Location: Usually found in /usr/local/share/seclists /opt/homebrew/share/seclists 4. Usage with Common Tools When testing basic auth
Raw SecLists are powerful but noisy. Here is how to tailor them.
Installation path: /usr/local/share/seclists/ (Intel Mac) /opt/homebrew/share/seclists/ (Apple Silicon)
: Once installed, the wordlists are typically located in /usr/share/seclists/ . 2. Manual Installation (GitHub Cloning)