44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
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:
|
|
- '2024'
|
|
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: 4b0a00483046022100c751355ae1b62dafbdf5606185e449df97fc42b9d58a878a34b233de5ce220a7022100b0d555e0598a3ab98f1d0b599473e6c35465899bc39a6ecf83cc01bb38165a82:922c64590222798bb761d5b6d8e72950 |