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