Seclists ((top)) — Installing

echo 'export SECLISTS="/opt/SecLists"' >> ~/.bashrc echo 'alias seclists="ls $SECLISTS"' >> ~/.bashrc source ~/.bashrc

ffuf -u https://example.com/FUZZ -w /usr/share/wordlists/SecLists/Discovery/Web_Content/raft-large-directories.txt installing seclists

git clone --depth 1 https://github.com/danielmiessler/SecLists.git echo 'export SECLISTS="/opt/SecLists"' >> ~/