mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-22 00:34:24 +01:00
fixed webanalyze go get url; thanks to kernelsndrs
This commit is contained in:
@@ -89,7 +89,7 @@ tools = {
|
|||||||
"installed": False,
|
"installed": False,
|
||||||
"dependencies": ["go"],
|
"dependencies": ["go"],
|
||||||
"commands": [
|
"commands": [
|
||||||
"go get github.com/rverton/webanalyze",
|
"go get github.com/rverton/webanalyze/...",
|
||||||
"(cd ~/go/src/github.com/rverton/webanalyze && go build && go install)",
|
"(cd ~/go/src/github.com/rverton/webanalyze && go build && go install)",
|
||||||
],
|
],
|
||||||
"shell": True,
|
"shell": True,
|
||||||
|
|||||||
Reference in New Issue
Block a user