Skip to content

AriaNg Debug Console - Exposure

ID: ariang-debug-console

Severity: medium

Author: DhiyaneshDk

Tags: exposure,ariang,debug,console,misconfig

Detects the presence of AriaNg Debug Console exposure

id: ariang-debug-console
info:
name: AriaNg Debug Console - Exposure
author: DhiyaneshDk
severity: medium
description: |
Detects the presence of AriaNg Debug Console exposure
metadata:
verified: true
max-request: 1
shodan-query: html:"Ariang"
tags: exposure,ariang,debug,console,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers:
- type: word
part: body
words:
- "AriaNg Debug Console"
- "'Downloading'"
condition: and
# digest: 4b0a00483046022100871c3f34491a63f9420755a53740d011d37564c83ac9fd0a7366d189bdfe3a6f022100c3f2c388cfa468b6cc1acd47148152aad9c454ccef8de1e0344bc53659165307: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/misconfiguration/ariang-debug-console.yaml"

View on Github