icwrtech / underwaf
Underwaf - Laravel Firewall by LunaticTech
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Type:project
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
- Run Command below
composer require icwrtech/underwaf
- Insert into your provider in
config/app.php
file
<?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