updated matcher

patch-1
Ritik Chaddha 2024-02-12 17:15:46 +05:30 committed by GitHub
parent fa93de815d
commit 1c24b28198
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -9,8 +9,9 @@ info:
reference:
- https://cloud.google.com/apigee?hl=en
metadata:
max-request: 1
verified: true
shodan-query: http.favicon.hash:"1372638959","-839356603","-500010582"
shodan-query: http.favicon.hash:"-839356603"
tags: panel,apigee,login
http:
@ -22,7 +23,7 @@ http:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "Apigee")'
- 'contains_any(body, "<title>Apigee", "content=\"Apigee")'
condition: and
extractors:
@ -30,4 +31,4 @@ http:
part: body
group: 1
regex:
- 'Version:?\s+([0-9.]+)'
- 'Version:?\s+([0-9.]+)'