mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Merge pull request #3594 from gy741/rule-add-v91
Create gnuboard-cms-detect.yaml
This commit is contained in:
35
technologies/gnuboard-detect.yaml
Normal file
35
technologies/gnuboard-detect.yaml
Normal 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 (.*) \)'
|
||||
Reference in New Issue
Block a user