Proofpoint Protection Server Panel - Detect
ID: proofpoint-protection-server-panel
Severity: info
Author: johnk3r
Tags: panel,proofpoint,login,detect
Description
Section titled “Description”Proofpoint Protection Server panel was detected.
YAML Source
Section titled “YAML Source”id: proofpoint-protection-server-panel
info: name: Proofpoint Protection Server Panel - Detect author: johnk3r severity: info description: Proofpoint Protection Server panel was detected. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 metadata: verified: true max-request: 2 vendor: proofpoint product: proofpoint protection server shodan-query: http.favicon.hash:942678640 fofa-query: icon_hash=942678640 tags: panel,proofpoint,login,detect
http: - method: GET path: - "{{BaseURL}}" - "{{BaseURL}}/euweb/login"
stop-at-first-match: true host-redirects: true max-redirects: 2
matchers-condition: or matchers: - type: word part: body words: - '<TITLE>Proofpoint Protection Server' - 'Proofpoint End User Application.' - 'Powered by Proofpoint' condition: or
- type: word part: header words: - 'PPSAUTH='# digest: 4b0a00483046022100f36fb5118b6928dcddfcd19544034521301aeb9dc4e659d5f22be06bc461196a022100a5dba6e785148ffb7e3e4e82fd654607093be16349d63f90a5fc9dab9e38a38a: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/proofpoint-protection-server-panel.yaml"