Update GUIDE.md

patch-1
bauthard 2020-07-01 02:36:31 +05:30 committed by GitHub
parent fd0da2c344
commit 0678eb620c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 16 deletions

View File

@ -570,14 +570,7 @@ variables:
logic:
|
# defening conditional templates.
if jira() {
# if the above condition returns true, run all the below templates.
# if the above condition fails, no templates will be executed.
jira-cve-1()
jira-cve-2()
jira-cve-3()
@ -601,21 +594,13 @@ variables:
# relative path support is now added into the nuclei engine for better UX.
jira: panels/detect-jira.yaml
jira-pwn: my-jira-templates/
# defining directory to run all the templates
jira-pwn: my-jira-templates/
logic:
|
# defening conditional templates.
if jira() {
# if the above condition returns true, run all templates from directory.
# if the above condition fails, no templates will be executed.
jira-pwn()
}