Skip to content

AeroCMS Detect

ID: aerocms-detect

Severity: info

Author: pikpikcu

Tags: tech,aerocms

id: aerocms-detect
info:
name: AeroCMS Detect
author: pikpikcu
severity: info
classification:
cpe: cpe:2.3:a:aerocms_project:aerocms:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: aerocms_project
product: aerocms
shodan-query: title:"AeroCMS"
fofa-query: "AeroCMS"
tags: tech,aerocms
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- 'content="(.*)AeroCMS(.*)'
- type: status
status:
- 200
# digest: 4b0a004830460221008f24006570a7142c85a7174572ebcf2ef31ffe8125d1fb95664d0edeaae7bd880221008bd1a2359cc5ee6231f8b3467ebd62f7fb2a2c333cdd6215a1e1e522cca66f96:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/technologies/aerocms-detect.yaml"

View on Github