nuclei-templates/http/miscellaneous/old-copyright.yaml

43 lines
898 B
YAML
Raw Normal View History

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