mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
21 lines
334 B
YAML
21 lines
334 B
YAML
id: empirecms-detect
|
|
|
|
info:
|
|
name: EmpireCMS Detect
|
|
author: princechaddha
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.html:EmpireCMS
|
|
tags: tech,empirecms
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '<meta (.*)EmpireCMS(.*)>'
|