nuclei-templates/http/technologies/dedecms-detect.yaml

28 lines
667 B
YAML
Raw Normal View History

id: dedecms-detect
info:
name: DedeCMS Detect
author: ritikchaddha
severity: info
metadata:
max-request: 1
verified: true
shodan-query: title:"dedecms" || http.html:"power by dedecms"
tags: dedecms,tech
http:
- method: GET
path:
- "{{BaseURL}}"
2023-08-16 10:32:22 +00:00
- "{{BaseURL}}/robots.txt"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
2023-08-16 10:32:22 +00:00
- type: dsl
2023-08-16 18:14:26 +00:00
dsl:
2023-08-16 10:32:22 +00:00
- "status_code_1 == 200 && contains(body,'Power by DedeCms') || contains(body,'DedeCMS演示站') || contains(body,'DedeCMS')"
- "status_code_2 == 200 && contains(body_2,'/plus/search.php')"
condition: or