nuclei-templates/exposed-panels/phabricator-login.yaml

33 lines
647 B
YAML

id: phabricator-login
info:
name: Phabricator Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Phabricator login 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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
shodan-query: html:"phabricator-standard-page"
tags: panel,phabricator
requests:
- method: GET
path:
- '{{BaseURL}}/auth/login/'
matchers-condition: and
matchers:
- type: word
words:
- 'phabricator-standard-page'
- type: status
status:
- 200
# Enhanced by md on 2022/12/05