36 lines
641 B
YAML
36 lines
641 B
YAML
id: default-symfony-page
|
|
|
|
info:
|
|
name: Symfony Default Page
|
|
author: pussycat0x
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
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>" |