nuclei-templates/technologies/avantfax-detect.yaml

32 lines
502 B
YAML
Raw Normal View History

2021-08-05 05:51:43 +00:00
id: avantfax-detect
info:
name: AvantFAX Detect
author: pikpikcu
severity: info
tags: tech,avantfax
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>'