More install_tool

This commit is contained in:
David Tomaschik
2021-04-10 21:01:59 -07:00
parent b3eb8a8e44
commit a482092fdb

View File

@@ -347,6 +347,12 @@ EOF
mkdir -p ${HOME}/.config
git clone https://github.com/Matir/gf-patterns.git ${HOME}/.config/gf
;;
gron)
go get -u github.com/tomnomnom/gron
;;
httprobe)
go get -u github.com/tomnomnom/httprobe
;;
ffuf)
go get -u github.com/ffuf/ffuf
;;