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

26 lines
426 B
YAML

id: phabricator-login
info:
name: Phabricator Login
author: dhiyaneshDK
severity: info
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