Artica Web Proxy Detect
ID: artica-web-proxy-detect
Severity: info
Author: dwisiswant0
Tags: tech,artica,proxy
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: artica-web-proxy-detect
info: name: Artica Web Proxy Detect author: dwisiswant0 severity: info metadata: max-request: 1 tags: tech,artica,proxy
http: - 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# digest: 4b0a0048304602210092d4d0fbc7422da2d27509c85c2666890cf2e83842c7d7fcc51cca420a6268c2022100f49c6ba87696ea4e2bb310199e6736d80ff23004f6e430bc03521db35454b76f:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/technologies/artica-web-proxy-detect.yaml"