format update

patch-1
sandeep 2024-04-01 01:25:42 +05:30
parent 5f8762b8b6
commit aff4010b1b
19 changed files with 19 additions and 19 deletions

View File

@ -21,7 +21,7 @@ info:
tags: imap,dast,vulhub,cve,cve2018,rce,oast,php tags: imap,dast,vulhub,cve,cve2018,rce,oast,php
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -21,7 +21,7 @@ info:
tags: cve,cve2021,rce,oast,log4j,injection,dast tags: cve,cve2021,rce,oast,log4j,injection,dast
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -22,7 +22,7 @@ variables:
rand_string: '{{rand_text_alpha(15, "abc")}}' rand_string: '{{rand_text_alpha(15, "abc")}}'
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -23,7 +23,7 @@ info:
tags: cve,cve2022,rce,oast,text4shell,dast tags: cve,cve2022,rce,oast,text4shell,dast
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -16,7 +16,7 @@ variables:
marker: "{{interactsh-url}}" marker: "{{interactsh-url}}"
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -15,7 +15,7 @@ variables:
marker: "{{interactsh-url}}" marker: "{{interactsh-url}}"
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -13,7 +13,7 @@ variables:
first: "cookie_injection" first: "cookie_injection"
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -7,7 +7,7 @@ info:
tags: crlf,dast tags: crlf,dast
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -19,7 +19,7 @@ variables:
fuzz_bypass_waf_regx: "./.././.././.././.././.././.././.././.././.././.././.././.././.././.././../" fuzz_bypass_waf_regx: "./.././.././.././.././.././.././.././.././.././.././.././.././.././.././../"
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -10,7 +10,7 @@ info:
tags: lfi,dast,linux tags: lfi,dast,linux
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -7,7 +7,7 @@ info:
tags: lfi,windows,dast tags: lfi,windows,dast
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -7,7 +7,7 @@ info:
tags: redirect,dast tags: redirect,dast
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -9,7 +9,7 @@ info:
tags: rfi,dast,oast tags: rfi,dast,oast
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -11,7 +11,7 @@ info:
tags: sqli,error,dast tags: sqli,error,dast
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -7,7 +7,7 @@ info:
tags: ssrf,dast,oast tags: ssrf,dast,oast
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -9,7 +9,7 @@ info:
tags: ssrf,dast tags: ssrf,dast
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -15,7 +15,7 @@ variables:
result: "{{to_number(first)*to_number(second)}}" result: "{{to_number(first)*to_number(second)}}"
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -10,7 +10,7 @@ variables:
first: "{{rand_int(10000, 99999)}}" first: "{{rand_int(10000, 99999)}}"
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'

View File

@ -12,7 +12,7 @@ variables:
rletter: "{{rand_base(6,'abc')}}" rletter: "{{rand_base(6,'abc')}}"
http: http:
- filters: - pre-condition:
- type: dsl - type: dsl
dsl: dsl:
- 'method == "GET"' - 'method == "GET"'