Create aerocms-detect.yaml
parent
c94a67fa7e
commit
659528cfca
|
@ -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
|
Loading…
Reference in New Issue