Update concrete5-install.yaml
parent
689a07d542
commit
4d3a5e6698
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue