nuclei-templates/technologies/artica-web-proxy-detect.yaml

22 lines
399 B
YAML

id: artica-web-proxy-detect
info:
name: Artica Web Proxy Detect
author: dwisiswant0
severity: info
tags: tech,artica,proxy
requests:
- method: GET
path:
- "{{BaseURL}}/fw.login.php"
matchers-condition: and
matchers:
- type: word
words:
- "Welcome to the Artica Web Administration Interface"
- type: status
status:
- 200