From a482092fdb78f99c1994f7e2ec4e0b808eaa25c0 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 10 Apr 2021 21:01:59 -0700 Subject: [PATCH] More install_tool --- bin/install_tool | 6 ++++++ 1 file changed, 6 insertions(+) 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 ;;