2022-01-25 07:14:35 +00:00
|
|
|
id: gnuboard-detect
|
2022-01-25 02:23:11 +00:00
|
|
|
|
|
|
|
info:
|
2023-03-15 15:29:20 +00:00
|
|
|
name: Gnuboard CMS - Detect
|
2022-01-25 02:23:11 +00:00
|
|
|
author: gy741
|
|
|
|
severity: info
|
2023-03-15 15:29:20 +00:00
|
|
|
description: Gnuboard CMS was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://sir.kr/
|
2023-03-15 15:29:20 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-01-25 07:14:35 +00:00
|
|
|
tags: tech,gnuboard
|
2022-01-25 02:23:11 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/LICENSE.txt"
|
|
|
|
|
2022-01-25 07:14:35 +00:00
|
|
|
matchers-condition: and
|
2022-01-25 02:23:11 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'GNU Board'
|
2022-01-25 07:14:35 +00:00
|
|
|
- 'http://sir.kr'
|
|
|
|
condition: and
|
2022-01-25 02:23:11 +00:00
|
|
|
|
|
|
|
- type: word
|
2022-01-25 07:14:35 +00:00
|
|
|
part: header
|
2022-01-25 02:23:11 +00:00
|
|
|
words:
|
2022-01-25 07:14:35 +00:00
|
|
|
- 'text/plain'
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '\( GNU Board (.*) \)'
|
2023-03-15 15:29:20 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/03/15
|