projectdiscovery / nuclei-templates

Community curated list of templates for the nuclei engine to find security vulnerabilities.
https://github.com/projectdiscovery/nuclei
MIT License
9.29k stars 2.64k forks source link

e-message panel #3363

Closed No-Github closed 2 years ago

No-Github commented 2 years ago

Template Information:

e-message detect

Nuclei Template:

id: e-message-panel

info:
  name: e-message panel
  author: ffffffff0x
  severity: info
  metadata:
    fofa-query: title="emessage"
  tags: panel

requests:
  - method: GET
    path:
      - "{{BaseURL}}/login.jsp"

    redirects: true
    max-redirects: 2
    matchers-condition: or
    matchers:
      - type: word
        words:
          - "<title>emessage"
          - "username"
          - "password"
        part: body
        condition: and

image

princechaddha commented 2 years ago

@No-Github, thank you so much for sharing this template with the community 🙌