├── LICENSE ├── README.md ├── example.php └── waf-safeness ├── bouncer.php ├── browser.php ├── log ├── brlog.txt └── killlog.txt ├── mlog.php ├── start-waf.php ├── waf.php └── waf.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SocolSRT/PHP-WAF/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SocolSRT/PHP-WAF/HEAD/README.md -------------------------------------------------------------------------------- /example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SocolSRT/PHP-WAF/HEAD/example.php -------------------------------------------------------------------------------- /waf-safeness/bouncer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SocolSRT/PHP-WAF/HEAD/waf-safeness/bouncer.php -------------------------------------------------------------------------------- /waf-safeness/browser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SocolSRT/PHP-WAF/HEAD/waf-safeness/browser.php -------------------------------------------------------------------------------- /waf-safeness/log/brlog.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /waf-safeness/log/killlog.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /waf-safeness/mlog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SocolSRT/PHP-WAF/HEAD/waf-safeness/mlog.php -------------------------------------------------------------------------------- /waf-safeness/start-waf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SocolSRT/PHP-WAF/HEAD/waf-safeness/start-waf.php -------------------------------------------------------------------------------- /waf-safeness/waf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SocolSRT/PHP-WAF/HEAD/waf-safeness/waf.php -------------------------------------------------------------------------------- /waf-safeness/waf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SocolSRT/PHP-WAF/HEAD/waf-safeness/waf.txt --------------------------------------------------------------------------------