nuclei-templates/exposed-panels/avantfax-panel.yaml

33 lines
576 B
YAML
Raw Normal View History

id: avantfax-panel
2021-08-05 05:51:43 +00:00
info:
name: AvantFAX Login Panel
author: pikpikcu,daffainfo
2021-08-05 05:51:43 +00:00
severity: info
metadata:
shodan-query: http.title:"AvantFAX - Login"
tags: panel,avantfax
2021-08-05 05:51:43 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>- AvantFAX - Login</title>"
- type: status
status:
- 200
2021-08-05 15:07:59 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- '<p align="center">([0-9.]+)<\/p>'