mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Add a-blog-cms Tech Detection
This commit is contained in:
37
http/technologies/a-blog-cms-detect.yaml
Normal file
37
http/technologies/a-blog-cms-detect.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
id: a-blog-cms-detect
|
||||
|
||||
info:
|
||||
name: a-blog cms - Detect
|
||||
author: Shivam Kamboj
|
||||
severity: info
|
||||
description: |
|
||||
Detects the presence of a-blog cms, a Content Management System.
|
||||
reference:
|
||||
- https://www.a-blogcms.jp/
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: html:"a-blog cms"
|
||||
tags: tech,discovery,cms,a-blog-cms
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
redirects: true
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "a-blog cms"
|
||||
- "acms-js"
|
||||
condition: and
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- '(?i)content="a-blog cms (?:Ver\.|v)?([0-9.]+)'
|
||||
Reference in New Issue
Block a user