24 lines
546 B
YAML
24 lines
546 B
YAML
id: empirecms-detect
|
|
|
|
info:
|
|
name: EmpireCMS Detect
|
|
author: princechaddha
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.html:EmpireCMS
|
|
tags: tech,empirecms
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '<meta (.*)EmpireCMS(.*)>'
|
|
|
|
# digest: 4b0a00483046022100e7b0fdbe31101929f3825c65599aa989d9ddea110b1096d2a44f453ace2e65fc022100d5eba571fc451ad5db3a6a7949cc063acc5d57bb2d886054841cb7e6f1b98a45:922c64590222798bb761d5b6d8e72950
|