42 lines
830 B
YAML
42 lines
830 B
YAML
|
id: avantfax-panel
|
||
|
|
||
|
info:
|
||
|
name: AvantFAX Login Panel
|
||
|
author: pikpikcu,daffainfo
|
||
|
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
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<title>- AvantFAX - Login</title>"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
group: 1
|
||
|
regex:
|
||
|
- '<p align="center">([0-9.]+)<\/p>'
|
||
|
|
||
|
# Enhanced by mp on 2022/03/20
|