Changedetection.io Dashboard - Exposure
ID: changedetection-unauth
Severity: medium
Author: ritikchaddha
Tags: changedetection,unauth,exposure
Description
Section titled “Description”Changedetection.io unauth panel detected.
YAML Source
Section titled “YAML Source”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# digest: 4b0a004830460221008e7887a698609a55ac835e7ca2a976674e24c06023c7fa8c382a771ae4d46e480221008bb446a6ebfff3a3beb6f93c9e37a668cb507e69b5a052aeee4225b0e535ce10:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/changedetection-unauth.yaml"