mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-21 00:04:24 +01:00
* removed tool_dict dependency * updated tests * updated go version * added defaults for failing iteration during tool installation * Update pythonapp.yml * updated docs
12 lines
317 B
YAML
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]
|