Skip to content

EmpireCMS Detect

ID: empirecms-detect

Severity: info

Author: princechaddha

Tags: tech,empirecms

id: empirecms-detect
info:
name: EmpireCMS Detect
author: princechaddha
severity: info
classification:
cpe: cpe:2.3:a:phome:empirecms:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: phome
product: empirecms
shodan-query: http.html:EmpireCMS
tags: tech,empirecms
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: regex
part: body
regex:
- '<meta (.*)EmpireCMS(.*)>'
# digest: 4a0a004730450220225a367fa37fa86d8158216bfa42b0706c70315be1b3da04ee92019394150a54022100c7c74979e847ac2595339d138b6a1eabd9ec75b0cb85da8f805286d8b0d49fd8: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/empirecms-detect.yaml"

View on Github