Stars: 467
Forks: 83
Pull Requests: 1
Issues: 9
Watchers: 8
Last Updated: 2022-11-12 13:41:51
A powerful PHP WAF for AWD
License: GNU Affero General Public License v3.0
Languages: C, PHP, Python
本项目禁止用于比赛. 如果您需要一个比赛场景下的WAF, 可以考虑DasSecurity-Labs/AoiAWD. (但请注意规则是否允许第三方通防)
A powerful PHP WAF for AWD
php watchbird.php --install [Web目录]
, 安装器将输出安装了watchbird的文件路径?watchbird=ui
打开watchbird控制台, 创建一个初始密码php watchbird.php --uninstall [Web目录]
, 如果您多次运行了安装, 请多次运行卸载直到卸载器无输出git clone https://github.com/leohearts/awd-watchbird.git
使用 pyhton3 pack.py
将源码打包为单文件
编译waf.c生成.so文件,参考命令:gcc waf.c -shared -o waf.so
本项目的开发仅出于研究目的, 请不要在比赛中使用.