From 83a3427e63fe90c1e1e8bd62c5e556aed5eb7941 Mon Sep 17 00:00:00 2001 From: filinpavel Date: Sat, 18 Oct 2014 20:03:27 +0700 Subject: [PATCH] Update webscarab.md added Notes and Links --- tools/webscarab.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/webscarab.md b/tools/webscarab.md index d3a26f6..e556ca2 100644 --- a/tools/webscarab.md +++ b/tools/webscarab.md @@ -2,6 +2,7 @@ Notes ------- +WebScarab is a framework for analysing applications that communicate using the HTTP and HTTPS protocols. It is written in Java, and is thus portable to many platforms. WebScarab has several modes of operation, implemented by a number of plugins. In its most common usage, WebScarab operates as an intercepting proxy, allowing the operator to review and modify requests created by the browser before they are sent to the server, and to review and modify responses returned from the server before they are received by the browser. WebScarab is able to intercept both HTTP and HTTPS communication. The operator can also review the conversations (requests and responses) that have passed through WebScarab. Help Text ------- @@ -14,4 +15,5 @@ Example Usage Links ------- +[OWASP WebScarab NG Project](https://www.owasp.org/index.php/OWASP_WebScarab_NG_Project)