mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2026-01-07 00:24:37 +01:00
added nuclei tool definition file
This commit is contained in:
11
pipeline/tools/nuclei.yaml
Normal file
11
pipeline/tools/nuclei.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
installed: false
|
||||
dependencies: [go]
|
||||
go: &gotool !get_tool_path "{go[path]}"
|
||||
path: &path !join_path [!get_default "{gopath}", bin/nuclei]
|
||||
environ: {"GO111MODULE": "on", "GOPATH": !get_default "{gopath}"}
|
||||
|
||||
install_commands:
|
||||
- !join [*gotool, "get", "-u", "github.com/projectdiscovery/nuclei/v2/cmd/nuclei"]
|
||||
|
||||
uninstall_commands:
|
||||
- !join [rm, *path]
|
||||
Reference in New Issue
Block a user