mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add exploitdb to install_tool.
This commit is contained in:
@@ -265,6 +265,12 @@ case ${TOOL} in
|
|||||||
git clone "https://github.com/vanhauser-thc/AFLplusplus" ${DESTDIR}
|
git clone "https://github.com/vanhauser-thc/AFLplusplus" ${DESTDIR}
|
||||||
make -C ${DESTDIR} distrib
|
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 "Unknown tool: ${TOOL}" >/dev/stderr
|
||||||
echo "Options:" >/dev/stderr
|
echo "Options:" >/dev/stderr
|
||||||
|
|||||||
Reference in New Issue
Block a user