45 lines
976 B
YAML
45 lines
976 B
YAML
id: gnuboard-detect
|
|
|
|
info:
|
|
name: Gnuboard CMS - Detect
|
|
author: gy741
|
|
severity: info
|
|
description: Gnuboard CMS was detected.
|
|
reference:
|
|
- https://sir.kr/
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,gnuboard
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/LICENSE.txt"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'GNU Board'
|
|
- 'http://sir.kr'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'text/plain'
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '\( GNU Board (.*) \)'
|
|
|
|
# digest: 4a0a00473045022100eb304f822ddd89e4244de8cd7fb992e8f8450851d566a4417e0d6917a3055d46022051633e2ca0e4b181805ba94f05d41c6cbaa54917fa95496ae320e382cd932a86:922c64590222798bb761d5b6d8e72950
|