added server header matcher
parent
a5055caec9
commit
31a7e3186b
|
@ -9,25 +9,26 @@ info:
|
|||
reference:
|
||||
- https://docs.tibco.com/products/tibco-spotfire-statistics-services
|
||||
metadata:
|
||||
max-request: 3
|
||||
max-request: 4
|
||||
verified: true
|
||||
shodan-query: http.title:"Welcome to TIBCO Spotfire Statistics Services"
|
||||
shodan-query: "TIBCO Spotfire Server"
|
||||
tags: tech,tibco,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/TERR/"
|
||||
- "{{BaseURL}}/SplusServer/"
|
||||
- "{{BaseURL}}/RServer/"
|
||||
- "{{BaseURL}}/TERR/"
|
||||
- "{{BaseURL}}"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code == 200'
|
||||
- 'contains_any(to_lower(body), "tibco spotfire statistics services", "spotfire statistics services")'
|
||||
condition: and
|
||||
- 'contains(header, "TIBCO Spotfire Server")'
|
||||
condition: or
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
|
|
Loading…
Reference in New Issue