41 lines
951 B
YAML
41 lines
951 B
YAML
id: default-symfony-page
|
|
|
|
info:
|
|
name: Symfony Default Page
|
|
author: pussycat0x
|
|
severity: info
|
|
classification:
|
|
cpe: cpe:2.3:a:sensiolabs:symfony:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: sensiolabs
|
|
product: symfony
|
|
shodan-query: http.title:"Welcome to Symfony"
|
|
tags: tech,symfony,default-page
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Welcome to Symfony!'
|
|
- 'Documentation'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 404
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- "([0-9.]+)</span>"
|
|
# digest: 4a0a004730450221008023d963d794e57eda7fbc7c767b7e2c7bede09814d03d405a682454dcb48354022020871e1d662c51ecff79ded806b14dfae808291d652369eb1a02c2b82cafc5eb:922c64590222798bb761d5b6d8e72950 |