Gnuboard CMS - Detect
ID: gnuboard-detect
Severity: info
Author: gy741
Tags: tech,gnuboard
Description
Section titled “Description”Gnuboard CMS was detected.
YAML Source
Section titled “YAML Source”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: 4a0a0047304502210088a784c28edea9d00912b558eed4990c7d6efc648bc00a9c151243c02b61832502205ee1d960ca33cd531ce3cc7b4abf90c9cf4d8a7b6f6dc7668ea166e91881ebe8:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/gnuboard-detect.yaml"