Skip to content

Phabricator Login Panel - Detect

ID: phabricator-login

Severity: info

Author: dhiyaneshDK

Tags: panel,phabricator,phacility

Phabricator login panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:phacility:phabricator:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: phacility
product: phabricator
shodan-query:
- html:"phabricator-standard-page"
- http.html:"phabricator-standard-page"
fofa-query: body="phabricator-standard-page"
tags: panel,phabricator,phacility
http:
- method: GET
path:
- '{{BaseURL}}/auth/login/'
matchers-condition: and
matchers:
- type: word
words:
- 'phabricator-standard-page'
- type: status
status:
- 200
# digest: 4b0a00483046022100bf2b3b4c7a9d5e301cfe69ea3365dcee344950605cd84a99c6f63541969aa551022100ee69875d7895c0e98a89e96a236f5b394241b8f17c9a60d384cf44b35c76ebdd: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/phabricator-login.yaml"

View on Github