Update concrete5-install.yaml

patch-1
Ritik Chaddha 2022-08-14 20:11:49 +05:30 committed by GitHub
parent 689a07d542
commit 4d3a5e6698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -8,8 +8,9 @@ info:
reference:
- https://documentation.concretecms.org/developers/introduction/installing-concrete-cms
metadata:
verified: true
shodan-query: http.title:"Install concrete5"
tags: panel,concrete,cms
tags: install,concrete,cms
requests:
- method: GET
@ -17,17 +18,18 @@ requests:
- "{{BaseURL}}/index.php/install"
- "{{BaseURL}}/concrete5/index.php/install"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- '<title>Install concrete5</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body