Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 775 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 775 Bytes

webGuard Server

Introduction

webGuard is a Web Application Testing tool that helps find security vulnerabilities in your applications. webGuard uses OWASP ZAP as the backend and provides an easy to use intuitive User Interface to test an application. webGuard also has a robust REST API that can be used to hook up into build automation tools like Jenkins.

This repository hosts the webGuard Web Server component. For detailed documentation, please refer here.

Changelog

v1.1.1

  • Fix JSON Body handling for POST request scans

v1.1

  • Support for scanning POST Requests
  • Bug Fixes
  • Changing the name of webGuard to proper casing across UI

v1.0

  • Initial Release