Create ariang-debug-console.yaml

patch-12
Dhiyaneshwaran 2024-10-07 23:39:45 +05:30 committed by GitHub
parent 5077ebe56f
commit 7d52c3b838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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-condition: and
matchers:
- type: word
part: body
words:
- "AriaNg Debug Console"
- "'Downloading'"
condition: and