Files
recon-pipeline/pipeline/tools/gobuster.yaml
epi 973893ee42 removed dependency on tool-dict.pkl (#93)
* removed tool_dict dependency

* updated tests

* updated go version

* added defaults for failing iteration during tool installation

* Update pythonapp.yml

* updated docs
2020-08-27 20:40:15 -05:00

12 lines
317 B
YAML

dependencies: [go, seclists]
go: &gotool !get_tool_path "{go[path]}"
path: &path !join_path [!get_default "{gopath}", bin/gobuster]
environ: {"GOPATH": !get_default "{gopath}"}
home: &home !get_default "{home}"
install_commands:
- !join [*gotool, get github.com/OJ/gobuster]
uninstall_commands:
- !join [rm, *path]