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

22 lines
399 B
YAML
Raw Normal View History

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