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

24 lines
413 B
YAML
Raw Normal View History

2021-07-13 19:41:19 +00:00
id: faraday-login
info:
name: Faraday Login
author: dhiyaneshDK
severity: info
reference: https://www.shodan.io/search?query=html%3A%22faradayApp%22
2021-07-13 20:00:03 +00:00
tags: panel,faraday
2021-07-13 19:41:19 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/#/login'
matchers-condition: and
matchers:
- type: word
words:
- 'ng-app="faradayApp">'
2021-07-13 20:00:03 +00:00
2021-07-13 19:41:19 +00:00
- type: status
status:
- 200