2020-12-30 17:09:07 +00:00
|
|
|
id: old-copyright
|
|
|
|
|
|
|
|
info:
|
2023-02-24 06:50:36 +00:00
|
|
|
name: Find Pages with Old Copyright Dates
|
2020-12-30 17:09:07 +00:00
|
|
|
author: geeknik
|
|
|
|
severity: info
|
2023-02-24 06:50:36 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2021-04-01 18:35:08 +00:00
|
|
|
tags: misc
|
2020-12-30 17:09:07 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-12-30 17:09:07 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2020-12-30 17:09:07 +00:00
|
|
|
max-redirects: 3
|
2020-12-30 17:23:46 +00:00
|
|
|
matchers-condition: and
|
2020-12-30 17:09:07 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-01-28 10:24:49 +00:00
|
|
|
part: body
|
2020-12-30 17:09:07 +00:00
|
|
|
words:
|
2023-01-08 16:08:33 +00:00
|
|
|
- '2023'
|
2020-12-30 17:09:07 +00:00
|
|
|
negative: true
|
2020-12-30 17:23:46 +00:00
|
|
|
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
2023-02-03 05:17:17 +00:00
|
|
|
- '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*'
|
2022-01-28 10:24:49 +00:00
|
|
|
|
2020-12-30 17:09:07 +00:00
|
|
|
extractors:
|
2020-12-30 17:17:21 +00:00
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
2023-02-24 06:50:36 +00:00
|
|
|
- 'Copyright [1-9]\d* ?\-? ?[1-9]?\d*'
|
2023-02-03 05:17:17 +00:00
|
|
|
- '© [1-9]\d* ?\-? ?[1-9]?\d*'
|
|
|
|
- '© [1-9]\d* ?\-? ?[1-9]?\d*'
|
|
|
|
- '© [1-9]\d* ?\-? ?[1-9]?\d*'
|