Merge pull request #3594 from gy741/rule-add-v91

Create gnuboard-cms-detect.yaml
This commit is contained in:
Prince Chaddha
2022-01-25 16:41:58 +05:30
committed by GitHub

View File

@@ -0,0 +1,35 @@
id: gnuboard-detect
info:
name: Gnuboard CMS Detect
author: gy741
severity: info
description: Detects Gnuboard CMS
reference: https://sir.kr/
tags: tech,gnuboard
requests:
- 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 (.*) \)'