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,