From e49b428e827e828ea43f41e910e8aef3acc0fb45 Mon Sep 17 00:00:00 2001 From: epi052 Date: Thu, 23 Jan 2020 19:48:43 -0600 Subject: [PATCH] fixed webanalyze go get url; thanks to kernelsndrs --- recon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recon/__init__.py b/recon/__init__.py index 78583f8..7e66ef2 100644 --- a/recon/__init__.py +++ b/recon/__init__.py @@ -89,7 +89,7 @@ tools = { "installed": False, "dependencies": ["go"], "commands": [ - "go get github.com/rverton/webanalyze", + "go get github.com/rverton/webanalyze/...", "(cd ~/go/src/github.com/rverton/webanalyze && go build && go install)", ], "shell": True,