Add exploitdb to install_tool.

This commit is contained in:
David Tomaschik
2020-03-31 10:06:06 -07:00
parent 08142409f8
commit 6492beb726

View File

@@ -265,6 +265,12 @@ case ${TOOL} in
git clone "https://github.com/vanhauser-thc/AFLplusplus" ${DESTDIR}
make -C ${DESTDIR} distrib
;;
exploitdb)
git clone --depth 1 \
https://github.com/offensive-security/exploitdb.git \
"${DESTDIR}"
add_bin_symlink searchsploit
;;
*)
echo "Unknown tool: ${TOOL}" >/dev/stderr
echo "Options:" >/dev/stderr