added server header matcher

patch-1
Ritik Chaddha 2024-04-15 13:01:17 +05:30 committed by GitHub
parent a5055caec9
commit 31a7e3186b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 5 deletions

View File

@ -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