Add files via upload

patch-1
pussycat0x 2022-12-26 16:54:39 +05:30 committed by GitHub
parent 30146e6369
commit 5c06a66902
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: concrete-installer
info:
name: Concrete Installer
author: pussycat0x
severity: high
metadata:
verified: true
shodan-query: title:"Install concrete"
tags: misconfig,exposure,install,concrete
requests:
- method: GET
path:
- '{{BaseURL}}/index.php/install'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "install concrete"
- "choose language"
condition: and
case-insensitive: true
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200