Merge pull request #10947 from projectdiscovery/ariang-debug-console

Create ariang-debug-console.yaml
patch-12
Ritik Chaddha 2024-10-08 10:39:36 +04:00 committed by GitHub
commit 3fbc01774f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
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