Skip to content

Proofpoint Protection Server Panel - Detect

ID: proofpoint-protection-server-panel

Severity: info

Author: johnk3r

Tags: panel,proofpoint,login,detect

Proofpoint Protection Server panel was detected.

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:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/proofpoint-protection-server-panel.yaml"

View on Github