Create catalog-creator-detect.yaml

patch-1
Ritik Chaddha 2022-10-31 17:13:34 +05:30 committed by GitHub
parent 59a63264da
commit 3fd9923830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: catalog-creator-detect
info:
name: CATALOGcreator Page Detect
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: http.html:"powered by CATALOGcreator"
tags: tech,catalogcreater,panel
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/index.php'
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Powered by CATALOGcreator"
- 'content="CATALOGcreator'
condition: or
case-insensitive: true
- type: status
status:
- 200