From bc1ac9c3dbff2c1f2827389c17672ad2b437040e Mon Sep 17 00:00:00 2001 From: Shivam Kamboj <38610159+Sechunt3r@users.noreply.github.com> Date: Thu, 29 Jan 2026 00:24:34 +0530 Subject: [PATCH] Add a-blog-cms Tech Detection --- http/technologies/a-blog-cms-detect.yaml | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 http/technologies/a-blog-cms-detect.yaml diff --git a/http/technologies/a-blog-cms-detect.yaml b/http/technologies/a-blog-cms-detect.yaml new file mode 100644 index 00000000000..65e74c2623d --- /dev/null +++ b/http/technologies/a-blog-cms-detect.yaml @@ -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.]+)'