Datagerry Panel - Detect
ID: datagerry-panel
Severity: info
Author: s4e-io
Tags: panel,login,datagerry,detect
Description
Section titled “Description”Datagerry panel was discovered.
YAML Source
Section titled “YAML Source”id: datagerry-panel
info: name: Datagerry Panel - Detect author: s4e-io severity: info description: | Datagerry panel was discovered. reference: - https://datagerry.com/ metadata: verified: true max-request: 1 vendor: becon product: datagerry shodan-query: http.title:"datagerry" fofa-query: title="datagerry" google-query: intitle:"datagerry" tags: panel,login,datagerry,detect
http: - method: GET path: - "{{BaseURL}}/auth" - "{{BaseURL}}"
stop-at-first-match: true host-redirects: true max-redirects: 2 matchers: - type: dsl dsl: - 'contains_any(tolower(body), "<title>datagerry", "content=\"datagerry")' - 'status_code == 200' condition: and# digest: 490a0046304402206e499b673f3a9b63cd8e2aef644c2fe5755cf656b5f2a588fa8b42c4ca027d8a0220294031a179ad58b5d0655874ab4c92f7735302e4e30c8b7a8e782afd12f29eff:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/datagerry-panel.yaml"