diff --git a/bin/install_tool b/bin/install_tool index 38fb454..d3978b3 100755 --- a/bin/install_tool +++ b/bin/install_tool @@ -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 ;;