Create ariang-debug-console.yaml
parent
5077ebe56f
commit
7d52c3b838
|
@ -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
|
Loading…
Reference in New Issue