updated matcher

patch-1
Ritik Chaddha 2024-03-15 13:50:40 +05:30 committed by GitHub
parent 162c2192a1
commit 9c3c724666
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ info:
- https://www.bynder.com/en/
metadata:
max-request: 1
shodan-query: http.html:"Bynder"
verified: true
shodan-query: http.favicon.hash:1017650009
tags: panel,bynder,login,detect
http:
@ -23,7 +23,7 @@ http:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(to_lower(body), "bynder.") && contains(to_lower(body), "login")'
- 'contains_any(to_lower(body), "bynder.", "bynder brand portal", "bynder login")'
condition: and
extractors:
@ -31,4 +31,4 @@ http:
part: body
group: 1
regex:
- 'http-equiv="version"\s+content="([0-9\.]+)"'
- 'http-equiv="version"\s+content="([0-9\.]+)"'