Skip to content

Find Pages with Old Copyright Dates

ID: old-copyright

Severity: info

Author: geeknik

Tags: miscellaneous,misc,generic

id: old-copyright
info:
name: Find Pages with Old Copyright Dates
author: geeknik
severity: info
metadata:
verified: true
max-request: 1
tags: miscellaneous,misc,generic
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 3
matchers-condition: and
matchers:
- type: word
part: body
words:
- '2025'
negative: true
- type: regex
part: body
regex:
- 'Copyright [1-9]\d* ?\-? ?[1-9]?\d*'
- '© [1-9]\d* ?\-? ?[1-9]?\d*'
- '© [1-9]\d* ?\-? ?[1-9]?\d*'
- '© [1-9]\d* ?\-? ?[1-9]?\d*'
extractors:
- type: regex
part: body
regex:
- 'Copyright [1-9]\d* ?\-? ?[1-9]?\d*'
- '© [1-9]\d* ?\-? ?[1-9]?\d*'
- '© [1-9]\d* ?\-? ?[1-9]?\d*'
- '© [1-9]\d* ?\-? ?[1-9]?\d*'
# digest: 4a0a004730450220109bf0917d9b48a5448199e80f9b03edcc8fd9c32e87366d7a952f6ba94c5740022100f59f2495ad5679f7b99c95180445147b51ff9f104516fb7d99f90cf6e386a66c: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/miscellaneous/old-copyright.yaml"

View on Github