Skip to content

Changedetection.io Panel - Detect

ID: changedetection-panel

Severity: info

Author: rxerium

Tags: panel,changedetection,detect

Change Detection is an open-source service which allows you to detect changes on websites

id: changedetection-panel
info:
name: Changedetection.io Panel - Detect
author: rxerium
severity: info
description: |
Change Detection is an open-source service which allows you to detect changes on websites
reference:
- https://github.com/dgtlmoon/changedetection.io
- https://changedetection.io/
classification:
cpe: cpe:2.3:a:changedetection:changedetection:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: changedetection
product: changedetection
shodan-query: title:"Change Detection"
tags: panel,changedetection,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- 'changedetection.io</a>'
- 'title="Changedetection.io'
- '<title>Change Detection'
- 'Change</strong>Detection.io'
condition: or
- type: status
status:
- 200
# digest: 4a0a0047304502201c24f0eb8ac71834242de576547a0007080f0d08a2b84cd648430be0a7dd128702210096ef27583f67c0298b0580b525e41750691c7ac09c9992342886916280b6b088:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/changedetection-panel.yaml"

View on Github