Skip to content

Authentication.asmx - Detect

ID: exposed-authentication-asmx

Severity: info

Author: DhiyaneshDk

Tags: config,exposure,edb

Authentication Web Service authentication.asmx file was detected.

id: exposed-authentication-asmx
info:
name: Authentication.asmx - Detect
author: DhiyaneshDk
severity: info
description: Authentication Web Service authentication.asmx file was detected.
reference:
- https://www.exploit-db.com/ghdb/6604
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
cwe-id: CWE-200
metadata:
max-request: 1
tags: config,exposure,edb
http:
- method: GET
path:
- "{{BaseURL}}/_vti_bin/Authentication.asmx?op=Mode"
matchers-condition: and
matchers:
- type: word
words:
- "Authentication Web Service"
part: body
- type: status
status:
- 200
# digest: 4b0a00483046022100bc9fdee60e8d9ae5b8055174f75baff8d5acc5d12442c307d6325e19dcfdf6bb022100c95cea9f14d502d05eed39ef2f6f5e1b8eb6bf36851a99405277faace0917a6f: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/exposures/configs/exposed-authentication-asmx.yaml"

View on Github