Add seclists tool.

This commit is contained in:
David Tomaschik
2018-10-03 05:38:57 -07:00
parent d84ee23039
commit af85d6f81f

View File

@@ -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`