updated matcher
parent
fa93de815d
commit
1c24b28198
|
@ -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.]+)'
|
||||
|
|
Loading…
Reference in New Issue