mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add seclists tool.
This commit is contained in:
@@ -117,6 +117,9 @@ case ${TOOL} in
|
||||
${DESTDIR}/hak5.txt.bz2
|
||||
bunzip2 ${DESTDIR}/hak5.txt.bz2
|
||||
;;
|
||||
seclists)
|
||||
git clone https://github.com/danielmiessler/SecLists.git ${DESTDIR}
|
||||
;;
|
||||
gcloud)
|
||||
mkdir -p ${DESTDIR}
|
||||
gtemp=`mktemp -d`
|
||||
|
||||
Reference in New Issue
Block a user