Create changedetection-unauth.yaml
parent
dde3a2faf4
commit
451eac3e77
|
@ -0,0 +1,32 @@
|
|||
id: changedetection-unauth
|
||||
|
||||
info:
|
||||
name: Changedetection.io Dashboard - Exposure
|
||||
author: ritikchaddha
|
||||
severity: medium
|
||||
description: |
|
||||
Changedetection.io unauth panel detected.
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: html:"Change Detection"
|
||||
tags: changedetection,unauth,exposure
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'SETTINGS</a>'
|
||||
- 'Change Detection'
|
||||
condition: and
|
||||
case-insensitive: true
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue