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

26 lines
426 B
YAML
Raw Normal View History

2021-11-20 11:35:32 +00:00
id: phabricator-login
info:
name: Phabricator Login
author: dhiyaneshDK
severity: info
metadata:
shodan-query: html:"phabricator-standard-page"
tags: panel,phabricator
2021-11-20 11:35:32 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/auth/login/'
matchers-condition: and
matchers:
2021-11-21 09:23:15 +00:00
2021-11-20 11:35:32 +00:00
- type: word
words:
- 'phabricator-standard-page'
2021-11-21 09:23:15 +00:00
2021-11-20 11:35:32 +00:00
- type: status
status:
- 200