Lists for finding hidden directories, subdomains, and web files.
To hunt for hidden directories on a web server using the popular directory-list-2.3-medium.txt list:
# Basic scan using common.txt gobuster dir -u http://target.com -w /usr/share/seclists/Discovery/Web-Content/common.txt installing seclists
cd /usr/share/seclists/Passwords/Leaked-Databases/ sudo gunzip rockyou.txt.gz Use code with caution.
sudo apt update sudo apt install seclists Lists for finding hidden directories, subdomains, and web
It updates automatically during regular system updates: sudo apt update && sudo apt upgrade seclists -y Use code with caution. If installed via Homebrew (macOS): brew update && brew upgrade seclists Use code with caution.
/usr/share/seclists/
Follow the or Git-based installation steps outlined above.
Lists for finding hidden directories, subdomains, and web files.
To hunt for hidden directories on a web server using the popular directory-list-2.3-medium.txt list:
# Basic scan using common.txt gobuster dir -u http://target.com -w /usr/share/seclists/Discovery/Web-Content/common.txt
cd /usr/share/seclists/Passwords/Leaked-Databases/ sudo gunzip rockyou.txt.gz Use code with caution.
sudo apt update sudo apt install seclists
It updates automatically during regular system updates: sudo apt update && sudo apt upgrade seclists -y Use code with caution. If installed via Homebrew (macOS): brew update && brew upgrade seclists Use code with caution.
/usr/share/seclists/
Follow the or Git-based installation steps outlined above.