nuclei-templates/miscellaneous/old-copyright.yaml

40 lines
747 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
words:
2022-01-04 15:53:46 +00:00
- '2022'
part: body
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*'
extractors:
2020-12-30 17:17:21 +00:00
- type: regex
part: body
name: copyright_year
regex:
- 'Copyright [1-9]\d*'
- '© [1-9]\d*'
- '© [1-9]\d*'
2021-01-02 20:20:15 +00:00
- '© [1-9]\d*'