WordLists & Payloads
by - Thursday, January 1, 1970 at 12:00 AM
Zip
wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O SecList.zip \

  && unzip SecList.zip \

  && rm -f SecList.zip

Git (Small)
git clone --depth 1 \

  https://github.com/danielmiessler/SecLists.git

Git (Complete)
git clone https://github.com/danielmiessler/SecLists.git

Kali Linux (Tool Page)
apt -y install seclists
Reply
(September 2, 2022, 11:52 PM)lolusernotfound Wrote: Zip
wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O SecList.zip \

  && unzip SecList.zip \

  && rm -f SecList.zip

Git (Small)
git clone --depth 1 \

  https://github.com/danielmiessler/SecLists.git

Git (Complete)
git clone https://github.com/danielmiessler/SecLists.git

Kali Linux (Tool Page)
apt -y install seclists


yes its a thing
Reply


 Users viewing this thread: WordLists & Payloads: No users currently viewing.