added flow & updated dsl
parent
a306bcf85a
commit
96e4a4d0eb
|
@ -16,6 +16,8 @@ info:
|
||||||
epss-percentile: 0.89926
|
epss-percentile: 0.89926
|
||||||
cpe: cpe:2.3:o:paloaltonetworks:pan-os:*:*:*:*:*:*:*:*
|
cpe: cpe:2.3:o:paloaltonetworks:pan-os:*:*:*:*:*:*:*:*
|
||||||
metadata:
|
metadata:
|
||||||
|
verified: true
|
||||||
|
max-request: 3
|
||||||
vendor: paloaltonetworks
|
vendor: paloaltonetworks
|
||||||
product: pan-os
|
product: pan-os
|
||||||
shodan-query:
|
shodan-query:
|
||||||
|
@ -24,6 +26,8 @@ info:
|
||||||
fofa-query: icon_hash="-631559155"
|
fofa-query: icon_hash="-631559155"
|
||||||
tags: cve,cve2024,panos,rce,kev
|
tags: cve,cve2024,panos,rce,kev
|
||||||
|
|
||||||
|
flow: http(1) && http(2) && http(3)
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
rand: "{{to_lower(rand_text_alpha(5))}}"
|
rand: "{{to_lower(rand_text_alpha(5))}}"
|
||||||
|
|
||||||
|
@ -38,8 +42,8 @@ http:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- 'status_code == 200'
|
- 'status_code == 200'
|
||||||
- 'contains_all(headers, "Expires: 0", "PHPSESSID=", "application/json")'
|
|
||||||
- 'contains(body, "0.0.0")'
|
- 'contains(body, "0.0.0")'
|
||||||
|
- 'contains_all(header, "Expires: 0", "PHPSESSID=", "application/json")'
|
||||||
condition: and
|
condition: and
|
||||||
internal: true
|
internal: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue