Create empirecms-detect.yaml
parent
5d9e71ff99
commit
de19ae557b
|
@ -0,0 +1,20 @@
|
||||||
|
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(.*)>'
|
Loading…
Reference in New Issue