From d39e06b1730297ce857ca7a327df83ac8815b3bf Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Fri, 3 Jul 2020 07:33:03 +0200 Subject: [PATCH] add wuzz Interactive cli tool for HTTP inspection --- dot_scripts/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_scripts/bootstrap.sh b/dot_scripts/bootstrap.sh index c1433cb..d4cc12a 100755 --- a/dot_scripts/bootstrap.sh +++ b/dot_scripts/bootstrap.sh @@ -233,6 +233,7 @@ go get -u -v github.com/jessfraz/dockfmt go get -u -v github.com/dmlittle/scenery go get -u -v github.com/camptocamp/terraboard go get -u -v github.com/juliensalinas/torrengo +go get -u -v github.com/asciimoo/wuzz # Interactive cli tool for HTTP inspection sudo curl -L git.io/scope -o /usr/local/bin/scope sudo chmod a+x /usr/local/bin/scope