Skip to content

Advanced eMail Solution DEEPMail - Panel

ID: deepmail-panel

Severity: info

Author: Splint3r7

Tags: panel,deepmail,login,detect

Advanced eMail Solution DEEPMail login panel was detected.

id: deepmail-panel
info:
name: Advanced eMail Solution DEEPMail - Panel
author: Splint3r7
severity: info
description: |
Advanced eMail Solution DEEPMail login panel was detected.
classification:
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Advanced eMail Solution DEEPMail"
verified: true
tags: panel,deepmail,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'contains(body, "Advanced eMail Solution DEEPMail</title>")'
- 'status_code == 200'
condition: and
# digest: 4a0a00473045022100b747b157d8f5dfbe6f8b2e623cbb0b57dd761db2685fc87f1b61f6d0b052b08702202f79c2e027021d50af274c9648dd35a381fdb80a480c0fdbef0afc37ba109a51: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/deepmail-panel.yaml"

View on Github