Create dedecms-detect.yaml (#4370)

* Create dedecms-detect.yaml

* Update dedecms-detect.yaml

Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
patch-1
Ritik Chaddha 2022-05-12 13:56:30 +05:30 committed by GitHub
parent 0b4e41b87f
commit 99f176ea86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -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