icwrtech/underwaf

Underwaf - Laravel Firewall by LunaticTech

v1.0 2021-08-28 15:30 UTC

This package is auto-updated.

Last update: 2025-07-29 02:31:21 UTC


README

This package to protect your laravel web app from SQLI , XSS , RFI , RCE , AND LFI attacks. With this package all malicious input request will blocked and write on laravel log as Alert Log.

Installations

  1. Run Command below
composer require icwrtech/underwaf
  1. Insert into your provider in config/app.php file
<?php
/*
* Other Provider Configuration
*/
 Icwrtech\Underwaf\UnderwafLaravelProvider::class,
  1. Set protection with middleware in your routes to underwaf example :
Route::middleware(['underwaf'])->group(function (){
/*
* Your Route
*
*/

});

Contributing

  • all Contribute we all open !. you want to update or fix bugs just fork this project and create pull request !

Issue

  • You can create new issues if there any issue you want to mention

Devs Contact