Skip to content

AvantFAX Login Panel

ID: avantfax-panel

Severity: info

Author: pikpikcu,daffainfo

Tags: panel,avantfax,login

An AvantFAX login panel was discovered.

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
cwe-id: CWE-668
cpe: cpe:2.3:a:avantfax:avantfax:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: avantfax
product: avantfax
shodan-query:
- http.title:"AvantFAX - Login"
- http.title:"avantfax - login"
fofa-query: title="avantfax - login"
google-query: intitle:"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>'
# digest: 4a0a00473045022100829dd101b9c3765304f268d86a3ac5d907d73834218ab6f159053804344b7825022034a950f31c9671cb137c373020b456a470901f7ff71ab196e75991c68f701c77:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/avantfax-panel.yaml"

View on Github