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

24 lines
427 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
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/#/login'
matchers-condition: and
matchers:
- type: word
words:
- 'ng-app="faradayApp">'
condition: and
- type: status
status:
- 200