Files
nuclei-templates/technologies/dedecms-detect.yaml
Ritik Chaddha 99f176ea86 Create dedecms-detect.yaml (#4370)
* Create dedecms-detect.yaml

* Update dedecms-detect.yaml

Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
2022-05-12 13:56:30 +05:30

32 lines
563 B
YAML

id: dedecms-detect
info:
name: DedeCMS Detect
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: title:"dedecms" || http.html:"power by dedecms"
tags: dedecms,tech
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Power by DedeCms"
- "DedeCMS演示站"
- "DedeCMS"
condition: or
- type: status
status:
- 200