Skip to content

makemytrip/webGuard-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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