There is a community tool called seclists-installer (Python) useful for automated environments.

pip install seclists-installer
seclists-installer --install-dir /usr/share/seclists

Note: This is not an official OWASP tool; use with caution.


The real power of installing SecLists comes when your tools automatically recognize it.

brew install seclists

Installation path:
/usr/local/share/seclists/ (Intel Mac)
/opt/homebrew/share/seclists/ (Apple Silicon)

nmap --script http-brute --script-args userdb=/usr/share/wordlists/SecLists/Usernames/top-usernames-shortlist.txt,passdb=/usr/share/wordlists/SecLists/Passwords/Common-Credentials/500-worst-passwords.txt -p 80 192.168.1.100

SecLists is already present, but may be an older version.

sudo apt update
sudo apt install seclists

Location: /usr/share/seclists/

Our plugins

Try TeamUpdraft’s full suite of WordPress plugins.

  • Installing Seclists Today

    There is a community tool called seclists-installer (Python) useful for automated environments.

    pip install seclists-installer
    seclists-installer --install-dir /usr/share/seclists
    

    Note: This is not an official OWASP tool; use with caution. installing seclists


    The real power of installing SecLists comes when your tools automatically recognize it. There is a community tool called seclists-installer (Python)

    brew install seclists
    

    Installation path:
    /usr/local/share/seclists/ (Intel Mac)
    /opt/homebrew/share/seclists/ (Apple Silicon) Note: This is not an official OWASP tool; use with caution

    nmap --script http-brute --script-args userdb=/usr/share/wordlists/SecLists/Usernames/top-usernames-shortlist.txt,passdb=/usr/share/wordlists/SecLists/Passwords/Common-Credentials/500-worst-passwords.txt -p 80 192.168.1.100
    

    SecLists is already present, but may be an older version.

    sudo apt update
    sudo apt install seclists
    

    Location: /usr/share/seclists/

  • WP-Optimize

    Speed up and optimize your WordPress website. Cache your site, clean the database and compress images

  • UpdraftCentral

    Centrally manage all your WordPress websites’ plugins, updates, backups, users, pages and posts from one location

  • Burst Statistics

    Privacy-friendly analytics for your WordPress site. Get insights without compromising your visitors’ privacy

installing seclists