Create ampache-debug-page.yaml
parent
d6e1a7053d
commit
1e22b63682
|
@ -0,0 +1,30 @@
|
|||
id: ampache-debug-page
|
||||
|
||||
info:
|
||||
name: Ampache Debug Page
|
||||
author: ritikchaddha
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Ampache -- Debug Page"
|
||||
tags: misconfig,ampache,debug
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
- '{{BaseURL}}/test.php?action=config'
|
||||
|
||||
stop-at-first-match: true
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Ampache Debug"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue