Download the PHP package shieldfy/normalizer without Composer
On this page you can find all versions of the php package shieldfy/normalizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shieldfy/normalizer
More information about shieldfy/normalizer
Files in shieldfy/normalizer
Package normalizer
Short Description This package is useful for the input normalization, before running hardcore IDS/IPS rules. It normalize the inputs to fight against WAF Bypassing techniques using obfuscation or other techniques to hide payloads.
License MIT
Informations about the package normalizer
Shieldfy Normaizer
This package is useful for the input normalization, before running hardcore IDS/IPS rules. It normalize the inputs to fight against WAF Bypassing techniques using obfuscation or other techniques to hide payloads.
Table Of Contents
- Usage
- Installation
- Changelog
- Support
- Contributing & Protocols
- Security Vulnerabilities
- Credits
- License
Usage
Usage is pretty easy and straightforward:
Installation
Install the package via composer:
note about serialization
Serialize / Unserialize can be danger due to its ability to convert object and it can be used to preform object injection attack. So explicit normalization not allowed in php version before php 7 thats because php7 offered new options to prevent object serialization see here
Changelog
Refer to the Changelog for a full history of the project.
Support
The following support channels are available at your fingertips:
- Help on Email
Contributing & Protocols
Thank you for considering contributing to this project! The contribution guide can be found in CONTRIBUTING.md.
Bug reports, feature requests, and pull requests are very welcome.
- Versioning
- Pull Requests
- Coding Standards
Security Vulnerabilities
If you discover a security vulnerability within this project, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
Credits
This package is based on the original converters written by Mario Heiderich & Christian Matthies the creators of PHP IDS project with help from the generous security & opensource community.
License
This software is released under The MIT License (MIT).
(c) 2016 Shieldfy Inc, Some rights reserved.