2022-01-28 10:08:24 +00:00
|
|
|
id: metatag-cms
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Metatag CMS Detection
|
|
|
|
author: dadevel
|
|
|
|
severity: info
|
|
|
|
description: Generic CMS Detection using html meta generator tag
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.w3schools.com/tags/att_meta_name.asp
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: tech,cms
|
2022-01-28 10:08:24 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-01-28 10:08:24 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-01-28 10:08:24 +00:00
|
|
|
max-redirects: 2
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-01-28 10:08:24 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- 'text/html'
|
|
|
|
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- '(?i)<meta\s+?name="?generator"?\s+?content="[^"]+?"'
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '(?i)<meta\s+?name="?generator"?\s+?content="([^"]+?)"'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100ba269e3572bef1f99767795eedda7e21a2b6cf59be6a3716b8375de15706f6e70220459389d073375352a22332c611694cdee5c9d21b28b8c3ea49a725c6a856f5e9:922c64590222798bb761d5b6d8e72950
|