Installing Seclists Jun 2026

Compare with the official GitHub commit hash.

sudo apt update sudo apt install seclists # Installed location: /usr/share/seclists installing seclists

# Clone the repository (recommended location for tools) cd /opt sudo git clone https://github.com/danielmiessler/SecLists.git Compare with the official GitHub commit hash

hydra -l admin -P $SECLISTS/Passwords/Leaked-Databases/rockyou.txt ssh://192.168.1.100 installing seclists

If using Kali Linux, SecLists is pre-packaged in the apt repository. Note that the repository version may lag behind the GitHub version.