Skip to content

Anaqua Login - Panel

ID: anaqua-login-panel

Severity: info

Author: Ep1cSage

Tags: anaqua,login,panel

Checks for the presence of Anaqua login page

id: anaqua-login-panel
info:
name: Anaqua Login - Panel
author: Ep1cSage
severity: info
description: |
Checks for the presence of Anaqua login page
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: title:"Anaqua User Sign On""
tags: anaqua,login,panel
http:
- method: GET
path:
- "{{BaseURL}}/anaqua/Public/Login.aspx?ReturnUrl=%2fanaqua%2f"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- "Anaqua User Sign On"
- type: status
status:
- 200
# digest: 4b0a00483046022100e841a6860d27585df4c9466105d2d6ff5ad7ef485f9605f6a56484325c00208b022100b602a869e69e1b94bc5a702f6dcce64d40f65ae3449680a3d028fe5e1b4da7fd: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/anaqua-login-panel.yaml"

View on Github