Download the PHP package tourze/symfony-fake-server-bundle without Composer
On this page you can find all versions of the php package tourze/symfony-fake-server-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package symfony-fake-server-bundle
Symfony Fake Server Bundle
中文
A Symfony bundle that returns fake server headers to deceive scanners and perform invalid scans.
Installation
Quick Start
-
Add the bundle to your
config/bundles.php: - The bundle will automatically register the event subscriber and start adding fake server headers to responses.
Usage
The bundle automatically adds a fake Server header to HTTP responses that don't already have one. It randomly selects from a predefined list of common server types to help mask the actual server technology.
Available Fake Server Headers
cloudflareWindows-Azure-Web/1.0Microsoft-HTTPAPI/2.0Tenginenginxmarco/3.2JSP3/2.0.14Microsoft-IIS/10.0
Example
When a request is made to your application, the response will include a randomly selected server header:
Configuration
This bundle works out of the box with no configuration required. The fake server headers are automatically applied to all responses.
License
MIT
All versions of symfony-fake-server-bundle with dependencies
symfony/console Version ^7.3
symfony/dependency-injection Version ^7.3
symfony/event-dispatcher Version ^7.3
symfony/expression-language Version ^7.3
symfony/framework-bundle Version ^7.4
symfony/http-foundation Version ^7.4
symfony/http-kernel Version ^7.3
symfony/messenger Version ^7.3
symfony/property-access Version ^7.3
symfony/string Version ^7.3
symfony/yaml Version ^7.3
tourze/symfony-dependency-service-loader Version 1.0.*