Create aerocms-detect.yaml

patch-1
PikPikcU 2022-11-25 18:14:40 +07:00 committed by GitHub
parent c94a67fa7e
commit 659528cfca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: aerocms-detect
info:
name: AeroCms Detect
author: pikpikcu
severity: info
metadata:
fofa-query: "AeroCMS"
tags: tech,arocms
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>AeroCMS Private Cloud</title>"
- '<a href="https://aerocms.net"'
- type: status
status:
- 200