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

42 lines
830 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
description: An AvantFAX login panel was discovered.
reference:
- http://www.avantfax.com/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-668
metadata:
shodan-query: http.title:"AvantFAX - Login"
tags: panel,avantfax,login
2021-08-05 05:51:43 +00:00
http:
2021-08-05 05:51:43 +00:00
- 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>'
# Enhanced by mp on 2022/03/20