mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Merge pull request #6429 from projectdiscovery/Concrete-Installer
Concrete Installer
This commit is contained in:
34
misconfiguration/installer/concrete-installer.yaml
Normal file
34
misconfiguration/installer/concrete-installer.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
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
|
||||
Reference in New Issue
Block a user