mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-24 01:34:26 +01:00
10 lines
414 B
YAML
10 lines
414 B
YAML
installed: false
|
|
dependencies: [go]
|
|
tools: &tools !get_default "{tools-dir}"
|
|
path: !join_path [*tools, recursive-gobuster/recursive-gobuster.pyz]
|
|
recursive-parent: &recpar !join_path [*tools, recursive-gobuster]
|
|
|
|
commands:
|
|
- !join ["bash -c 'if [ -d", *recpar, "]; then cd", *recpar,
|
|
"&& git fetch --all && git pull; else git clone https://github.com/epi052/recursive-gobuster.git",
|
|
*recpar, ; fi'] |