{"id":21588818,"url":"https://github.com/shieldfy/waf-detector","last_synced_at":"2025-10-04T23:58:11.707Z","repository":{"id":57049321,"uuid":"51359625","full_name":"shieldfy/waf-detector","owner":"shieldfy","description":"small script to detect web application firewall on any website","archived":false,"fork":false,"pushed_at":"2016-12-13T14:22:42.000Z","size":35,"stargazers_count":42,"open_issues_count":1,"forks_count":18,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-24T19:05:54.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shieldfy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-09T10:19:12.000Z","updated_at":"2025-03-01T18:40:16.000Z","dependencies_parsed_at":"2022-08-23T19:10:23.276Z","dependency_job_id":null,"html_url":"https://github.com/shieldfy/waf-detector","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shieldfy%2Fwaf-detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shieldfy%2Fwaf-detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shieldfy%2Fwaf-detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shieldfy%2Fwaf-detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shieldfy","download_url":"https://codeload.github.com/shieldfy/waf-detector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248304299,"owners_count":21081424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T16:11:27.846Z","updated_at":"2025-10-04T23:58:06.687Z","avatar_url":"https://github.com/shieldfy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SHIELDFY Web Application Firewall Detector\n\nThis is a simple package for Web Application Firewall Detection. It supports CloudFlare, Incapsula, ModSecurity, and Shieldfy out of the box. \n\n[![Packagist](https://img.shields.io/packagist/v/shieldfy/waf-detector.svg?label=Packagist\u0026style=flat-square)](https://packagist.org/packages/shieldfy/waf-detector)\n[![VersionEye Dependencies](https://img.shields.io/versioneye/d/php/shieldfy:waf-detector.svg?label=Dependencies\u0026style=flat-square)](https://www.versioneye.com/php/shieldfy:waf-detector/)\n[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/shieldfy/waf-detector.svg?label=Scrutinizer\u0026style=flat-square)](https://scrutinizer-ci.com/g/shieldfy/waf-detector/)\n[![Code Climate](https://img.shields.io/codeclimate/github/shieldfy/waf-detector.svg?label=CodeClimate\u0026style=flat-square)](https://codeclimate.com/github/shieldfy/waf-detector)\n[![License](https://img.shields.io/packagist/l/shieldfy/waf-detector.svg?label=License\u0026style=flat-square)](https://github.com/shieldfy/waf-detector/blob/develop/LICENSE)\n\n\n## Table Of Contents\n\n- [Usage](#usage)\n- [Installation](#installation)\n- [Changelog](#changelog)\n- [Support](#support)\n- [Contributing \u0026 Protocols](#contributing--protocols)\n- [Security Vulnerabilities](#security-vulnerabilities)\n- [License](#license)\n\n\n## Usage\n\nUsage is pretty easy and straightforward:\n\n```php\n$firewalls = [\n    new \\Shieldfy\\Firewall\\CloudFlare(),\n    new \\Shieldfy\\Firewall\\Incapsula(),\n    new \\Shieldfy\\Firewall\\ModSecurity(),\n    new \\Shieldfy\\Firewall\\Shieldfy(),\n];\n\n$detector = new \\Shieldfy\\Detector(... $firewalls);\n\nforeach ( $detector-\u003edetect('http://www.example.com') as $firewall =\u003e $status ) {\n    // do something, perhaps displaying the status ?\n}\n```\n\n### At the Command Line\n\n```\n# php bin/waf-detector.php http://example.org\n```\n\n\n## Installation\n\nInstall the package via composer:\n```shell\ncomposer require shieldfy/waf-detector\n```\n\n\n## Changelog\n\nRefer to the [Changelog](CHANGELOG.md) for a full history of the project.\n\n\n## Support\n\nThe following support channels are available at your fingertips:\n\n- [Help on Email](mailto:team@shieldfy.com)\n\n\n## Contributing \u0026 Protocols\n\nThank you for considering contributing to this project! The contribution guide can be found in [CONTRIBUTING.md](CONTRIBUTING.md).\n\nBug reports, feature requests, and pull requests are very welcome.\n\n- [Versioning](CONTRIBUTING.md#versioning)\n- [Pull Requests](CONTRIBUTING.md#pull-requests)\n- [Coding Standards](CONTRIBUTING.md#coding-standards)\n\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within this project, please send an e-mail to [security@shieldfy.com](security@shieldfy.com). All security vulnerabilities will be promptly addressed.\n\n\n## License\n\nThis software is released under [MIT LICENSE](LICENSE).\n\n(c) 2016 Shieldfy, Some rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshieldfy%2Fwaf-detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshieldfy%2Fwaf-detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshieldfy%2Fwaf-detector/lists"}