├── conf └── btwaf.conf ├── data ├── product_bay.pl └── product_list.pl ├── install.sh ├── plugin └── btwaf │ ├── btwaf_init.py │ ├── btwaf_init.pyc │ ├── btwaf_main.py │ ├── btwaf_main.pyc │ ├── icon.png │ ├── index.html │ └── info.json └── server └── btwaf ├── config.json ├── drop_ip.log ├── html ├── cookie.html ├── get.html ├── other.html ├── post.html └── user_agent.html ├── init.lua ├── rule ├── args.json ├── cn.json ├── cookie.json ├── head_white.json ├── ip_black.json ├── ip_white.json ├── post.json ├── scan_black.json ├── url.json ├── url_black.json ├── url_white.json └── user_agent.json ├── site.json ├── total.json └── waf.lua /conf/btwaf.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/conf/btwaf.conf -------------------------------------------------------------------------------- /data/product_bay.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/data/product_bay.pl -------------------------------------------------------------------------------- /data/product_list.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/data/product_list.pl -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/install.sh -------------------------------------------------------------------------------- /plugin/btwaf/btwaf_init.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/plugin/btwaf/btwaf_init.py -------------------------------------------------------------------------------- /plugin/btwaf/btwaf_init.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/plugin/btwaf/btwaf_init.pyc -------------------------------------------------------------------------------- /plugin/btwaf/btwaf_main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/plugin/btwaf/btwaf_main.py -------------------------------------------------------------------------------- /plugin/btwaf/btwaf_main.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/plugin/btwaf/btwaf_main.pyc -------------------------------------------------------------------------------- /plugin/btwaf/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/plugin/btwaf/icon.png -------------------------------------------------------------------------------- /plugin/btwaf/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/plugin/btwaf/index.html -------------------------------------------------------------------------------- /plugin/btwaf/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/plugin/btwaf/info.json -------------------------------------------------------------------------------- /server/btwaf/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/config.json -------------------------------------------------------------------------------- /server/btwaf/drop_ip.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/btwaf/html/cookie.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/html/cookie.html -------------------------------------------------------------------------------- /server/btwaf/html/get.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/html/get.html -------------------------------------------------------------------------------- /server/btwaf/html/other.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/html/other.html -------------------------------------------------------------------------------- /server/btwaf/html/post.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/html/post.html -------------------------------------------------------------------------------- /server/btwaf/html/user_agent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/html/user_agent.html -------------------------------------------------------------------------------- /server/btwaf/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/init.lua -------------------------------------------------------------------------------- /server/btwaf/rule/args.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/rule/args.json -------------------------------------------------------------------------------- /server/btwaf/rule/cn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/rule/cn.json -------------------------------------------------------------------------------- /server/btwaf/rule/cookie.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/rule/cookie.json -------------------------------------------------------------------------------- /server/btwaf/rule/head_white.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /server/btwaf/rule/ip_black.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /server/btwaf/rule/ip_white.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/rule/ip_white.json -------------------------------------------------------------------------------- /server/btwaf/rule/post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/rule/post.json -------------------------------------------------------------------------------- /server/btwaf/rule/scan_black.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/rule/scan_black.json -------------------------------------------------------------------------------- /server/btwaf/rule/url.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/rule/url.json -------------------------------------------------------------------------------- /server/btwaf/rule/url_black.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /server/btwaf/rule/url_white.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/rule/url_white.json -------------------------------------------------------------------------------- /server/btwaf/rule/user_agent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/rule/user_agent.json -------------------------------------------------------------------------------- /server/btwaf/site.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/site.json -------------------------------------------------------------------------------- /server/btwaf/total.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/total.json -------------------------------------------------------------------------------- /server/btwaf/waf.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hani1990/bt-waf-crack/HEAD/server/btwaf/waf.lua --------------------------------------------------------------------------------