updated dsl
parent
f644ec82df
commit
ab124c8f84
|
@ -15,7 +15,7 @@ info:
|
||||||
cwe-id: CWE-23
|
cwe-id: CWE-23
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: true
|
||||||
max-request: 1
|
max-request: 3
|
||||||
shodan-query: http.component:"TeamCity"
|
shodan-query: http.component:"TeamCity"
|
||||||
tags: cve,cve2024,teamcity,jetbrains,auth-bypass
|
tags: cve,cve2024,teamcity,jetbrains,auth-bypass
|
||||||
|
|
||||||
|
@ -27,11 +27,10 @@ http:
|
||||||
- "{{BaseURL}}/update/../admin/diagnostic.jsp"
|
- "{{BaseURL}}/update/../admin/diagnostic.jsp"
|
||||||
|
|
||||||
stop-at-first-match: true
|
stop-at-first-match: true
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- 'status_code == 200'
|
- 'status_code == 200'
|
||||||
- 'contains(header, "text/html")'
|
- 'contains(header, "text/html")'
|
||||||
- 'contains(body, "Debug Logging") && contains(body, "CPU & Memory Usage")'
|
- 'contains_all(body, "Debug Logging", "CPU & Memory Usage")'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
Loading…
Reference in New Issue