All Projects → microsoft → waflab

microsoft / waflab

Licence: MIT license
A web-based testing platform for WAF (Web Application Firewall)'s correctness

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to waflab

ftw
Framework for Testing WAFs (FTW!)
Stars: ✭ 106 (+324%)
Mutual labels:  waf, modsecurity
waf-brain
Machine Learning WAF Based
Stars: ✭ 74 (+196%)
Mutual labels:  waf, modsecurity
ModSecurityCRS
Implementation of ModSecurity, Core Rule Set (CRS) on Apache server. ModSecurity, sometimes called Modsec, is an open-source web application firewall. ModSecurity was installed and configured on an Ubuntu VM using Virtual Box
Stars: ✭ 24 (-4%)
Mutual labels:  modsecurity, modsecurity-core-rule-set
Modsecurity
ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx that is developed by Trustwave's SpiderLabs. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analys…
Stars: ✭ 5,015 (+19960%)
Mutual labels:  waf, modsecurity
Docker Waf
An NGINX and ModSecurity based Web Application Firewall for Docker
Stars: ✭ 181 (+624%)
Mutual labels:  waf
Dotnetpad
The Waf DotNetPad is a simple and fast code editor that makes fun to program with C# or Visual Basic.
Stars: ✭ 101 (+304%)
Mutual labels:  waf
Cidram
CIDRAM: Classless Inter-Domain Routing Access Manager.
Stars: ✭ 86 (+244%)
Mutual labels:  waf
Hooman
http interceptor to hoomanize cloudflare requests
Stars: ✭ 82 (+228%)
Mutual labels:  waf
ingress
Kubernetes Ingress controller with integrated Wallarm services
Stars: ✭ 31 (+24%)
Mutual labels:  waf
Autosqli
An automatic SQL Injection tool which takes advantage of ~DorkNet~ Googler, Ddgr, WhatWaf and sqlmap.
Stars: ✭ 222 (+788%)
Mutual labels:  waf
Openrasp
🔥Open source RASP solution
Stars: ✭ 2,036 (+8044%)
Mutual labels:  waf
Collection Document
Collection of quality safety articles. Awesome articles.
Stars: ✭ 1,387 (+5448%)
Mutual labels:  waf
Wafpass
Analysing parameters with all payloads' bypass methods, aiming at benchmarking security solutions like WAF.
Stars: ✭ 184 (+636%)
Mutual labels:  waf
Awesome Cloud Security
Curated list of awesome cloud security blogs, podcasts, standards, projects, and examples.
Stars: ✭ 98 (+292%)
Mutual labels:  waf
Secbox
🖤 网络安全与渗透测试工具导航
Stars: ✭ 222 (+788%)
Mutual labels:  waf
Vxscan
python3写的综合扫描工具,主要用来存活验证,敏感文件探测(目录扫描/js泄露接口/html注释泄露),WAF/CDN识别,端口扫描,指纹/服务识别,操作系统识别,POC扫描,SQL注入,绕过CDN,查询旁站等功能,主要用来甲方自测或乙方授权测试,请勿用来搞破坏。
Stars: ✭ 1,244 (+4876%)
Mutual labels:  waf
Whatwaf
Detect and bypass web application firewalls and protection systems
Stars: ✭ 1,881 (+7424%)
Mutual labels:  waf
Wafw00f
WAFW00F allows one to identify and fingerprint Web Application Firewall (WAF) products protecting a website.
Stars: ✭ 2,983 (+11832%)
Mutual labels:  waf
Curiefense
Curiefense is a unified, open source platform protecting cloud native applications.
Stars: ✭ 136 (+444%)
Mutual labels:  waf
Go Agent
Sqreen's Application Security Management for the Go language
Stars: ✭ 134 (+436%)
Mutual labels:  waf

WAFLab 🐾

WAFLab is a web-based platform for testing WAFs.

Live Demo

https://waflab.org/

Architecture

WAFLab contains 2 parts:

Name Description Language Source code
Frontend Web frontend UI for WAFLab Javascript + React + Ant Design https://github.com/microsoft/waflab/tree/master/web
Backend RESTful API backend for WAFLab Golang + Beego + MySQL https://github.com/microsoft/waflab

Installation

Prerequisites

Server-side

Get the source code from Github via Git

git clone https://github.com/microsoft/waflab.git

Set up the database

WAFLab use database to store generated testcases and test results.

Prepare a Xorm ORM supported database (MySQL is recommended), replace root:123@tcp(localhost:3306)/ in conf/app.conf with your own connection string. WAFLab will create a database named waflab and necessary tables in it if not exist. All Xorm supported databases are listed here.

Use docker-compose

You can start the application if you have docker-compose installed by

docker-compose up

Then, you can access the frontend UI via localhost:7000. Alternatively, you can also set up the frontend and backend separately using following method.

Setup Go backend

Run Server-backend (at port 7070 by default):

cd waflab
go run main.go

Use your own WAFBench image (optional)

If you want to add some customized behavior to the package sending process. You can use your own WAFBench image. Once your made the change to the WAFBench codebase, you need to build a new Docker image and upload it to DockerHub.

cd WAFBench
docker build . -t org/wafbench
docker login
docker push org/wafbench

Then, change the docker.io/waflab/wafbench within docker/master.go to the image you just build. Ex. docker.io/org/wafbench

Setup frontend web UI

Install the frontend dependencies with NPM (or Yarn if you like):

cd waflab/web
npm install

Run frontend (at port 7000 by default):

npm start

WAFLab web UI is now avaliable at: http://localhost:7000

Build frontend into static files and it will be served by Go server at port 7070 together with backend API:

npm build

License

This project is licensed under the MIT license.

If you have any issues or feature requests, please contact us. PR is welcomed.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].