mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-19 15:24:28 +01:00
10 lines
318 B
YAML
10 lines
318 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 |