Download the PHP package alahaxe/honeypot-bundle without Composer
On this page you can find all versions of the php package alahaxe/honeypot-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package honeypot-bundle
Honeypot Bundle
Purpose of this bundle
Detect and react to directory scanning of your website.
Features
- Detect scanning
- Log information about the attacker
- Block locally attacker ip
- Block / force a challenge on cloudflare firewall
Install
Configuration
If you use twig render you need you register the namespace in you twig configuration:
Add you own counter measure
Implements your own service
A counter measure is a simple symfony service that implements Alahaxe\HoneypotBundle\Services\CounterMeasureInterface
.
For example:
Register you service
All counter measure must have tag: alahaxe.honeypot.countermeasure
In you service.yaml
:
Then you can activate your counter measure in the bundle configuration:
License
This bundle is under the MIT license. See the complete license in the bundle.
All versions of honeypot-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
ext-json Version *
psr/log Version ^1.0 | ^2.0 | ^3.0
symfony/config Version ^6.0 | ^7.0
symfony/event-dispatcher-contracts Version ^2 | ^3
symfony/dependency-injection Version ^6.0 | ^7.0
symfony/http-kernel Version ^6.0 | ^7.0
symfony/framework-bundle Version ^6.0 | ^7.0
symfony/http-foundation Version ^6.0 | ^7.0
symfony/http-client Version ^6.0 | ^7.0
symfony/twig-bundle Version ^6.0 | ^7.0
twig/twig Version >=3.3.3 < 4
monolog/monolog Version ^2 | ^3
ext-json Version *
psr/log Version ^1.0 | ^2.0 | ^3.0
symfony/config Version ^6.0 | ^7.0
symfony/event-dispatcher-contracts Version ^2 | ^3
symfony/dependency-injection Version ^6.0 | ^7.0
symfony/http-kernel Version ^6.0 | ^7.0
symfony/framework-bundle Version ^6.0 | ^7.0
symfony/http-foundation Version ^6.0 | ^7.0
symfony/http-client Version ^6.0 | ^7.0
symfony/twig-bundle Version ^6.0 | ^7.0
twig/twig Version >=3.3.3 < 4
monolog/monolog Version ^2 | ^3
The package alahaxe/honeypot-bundle contains the following files
Loading the files please wait ....