Installing Seclists __link__
After installation, you can verify the location of your lists using the locate command (ensure you run sudo updatedb first):
wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O SecList.zip && unzip SecList.zip && rm -f SecList.zip ``` Use code with caution. Copied to clipboard installing seclists
