Merge pull request #6505 from projectdiscovery/Symfony-Default-Page

Symfony Default Page
patch-1
Dhiyaneshwaran 2023-01-10 22:49:55 +05:30 committed by GitHub
commit 6bd5c15bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: default-symfony-page
info:
name: Symfony Default Page
author: pussycat0x
severity: info
metadata:
verified: true
shodan-query: http.title:"Welcome to Symfony"
tags: tech,symfony,default-page
requests:
- 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>"