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

CaseManager-panel #3347

Closed No-Github closed 2 years ago

No-Github commented 2 years ago

Template Information:

CaseManager detect

Nuclei Template:

id: CaseManager-panel

info:
  name: CaseManager-detect
  author: ffffffff0x
  severity: info
  metadata:
    fofa-query: title="CaseManager"
  tags: CaseManager,panel

requests:
  - method: GET
    path:
      - "{{BaseURL}}/login"
    redirects: true
    max-redirects: 2

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "CaseManager"
          - "bootstrap.min.css"
        condition: and
      - type: status
        status:
          - 200

image

princechaddha commented 2 years ago

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