nuclei-templates/miscellaneous/old-copyright.yaml

40 lines
719 B
YAML
Raw Normal View History

id: old-copyright
info:
name: Find pages with old copyright dates
author: geeknik
severity: info
2021-04-01 18:35:08 +00:00
tags: misc
requests:
- method: GET
path:
- "{{BaseURL}}"
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:
2022-01-04 15:53:46 +00:00
- '2022'
negative: true
2020-12-30 17:23:46 +00:00
- type: regex
part: body
regex:
- 'Copyright [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:
- 'Copyright [1-9]\d*'
- '© [1-9]\d*'
- '© [1-9]\d*'
2021-01-02 20:20:15 +00:00
- '© [1-9]\d*'