Create dedecms-detect.yaml (#4370)
* Create dedecms-detect.yaml * Update dedecms-detect.yaml Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>patch-1
parent
0b4e41b87f
commit
99f176ea86
|
@ -0,0 +1,31 @@
|
|||
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
|
Loading…
Reference in New Issue