Skip to content

Commit

Permalink
Merge pull request projectdiscovery#3 from dcruzec/anaqua-login-detect
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
dcruzec authored Jul 17, 2023
2 parents ae5c9fe + 568b0ca commit 092a2d6
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions http/exposed-panels/anaqua-login-detect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
id: anaqua-login-detect

info:
name: Anaqua Login Page Detection
author: Ep1cSage
severity: info
description: Checks for the presence of Anaqua login page
metadata:
max-request: 1
verified: true
shodan-query: title:"Anaqua User Sign On""
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: anaqua,login

http:
- method: GET
path:
- "{{BaseURL}}/anaqua/Public/Login.aspx?ReturnUrl=%2fanaqua%2f"
redirects: true

matchers-condition: and
matchers:
- type: word
words:
- "Anaqua User Sign On"
part: body

- type: status
status:
- 200

0 comments on commit 092a2d6

Please sign in to comment.