Github [top] Download | Seclists
# Install svn if needed: apt install subversion (Debian/Ubuntu) svn export https://github.com/danielmiessler/SecLists/trunk/Passwords svn export https://github.com/danielmiessler/SecLists/trunk/Usernames On Kali Linux or Parrot OS :
git config --global http.sslVerify false Want to exclude large wordlists Solution: Use sparse checkout: seclists github download
SSL certificate error Solution: (Not recommended for security, but quick fix): # Install svn if needed: apt install subversion