mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2026-01-06 08:04:37 +01:00
10 lines
312 B
YAML
10 lines
312 B
YAML
installed: false
|
|
dependencies: [go]
|
|
recursive-parent: &recpar !get_parent "{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']
|
|
|
|
shell: true |