diff --git a/http/technologies/tibco-spotfire-services-detect.yaml b/http/technologies/tibco-spotfire-services-detect.yaml index e906b32d72..78e1eee444 100644 --- a/http/technologies/tibco-spotfire-services-detect.yaml +++ b/http/technologies/tibco-spotfire-services-detect.yaml @@ -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