From af85d6f81ff72a67ecb8dbcf0bb42f575016d50c Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 3 Oct 2018 05:38:57 -0700 Subject: [PATCH] Add seclists tool. --- bin/install_tool | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/install_tool b/bin/install_tool index 18d783c..7b18703 100755 --- a/bin/install_tool +++ b/bin/install_tool @@ -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`