icwrtech / underwaf
Underwaf - Laravel Firewall by LunaticTech
v1.0
2021-08-28 15:30 UTC
This package is auto-updated.
Last update: 2026-03-29 00:54:48 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
- Run Command below
composer require icwrtech/underwaf
- Insert into your provider in
config/app.phpfile
<?php /* * Other Provider Configuration */ Icwrtech\Underwaf\UnderwafLaravelProvider::class,
- 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
- Instagram :
_nugrah.p