From 4b416818bba1564bee0ea71faaa4533dfef4a418 Mon Sep 17 00:00:00 2001 From: trimstray Date: Tue, 2 Jul 2019 09:30:40 +0200 Subject: [PATCH] fix typo - signed-off-by: trimstray --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c3399e..635ab63 100644 --- a/README.md +++ b/README.md @@ -1243,7 +1243,7 @@ AWS deployment tool.
| **`JSON Beautifier`** | Beautifies JSON content in the HTTP message viewer. | | **`JSON Web Tokens`** | Enables Burp to decode and manipulate JSON web tokens. | | **`CSP Auditor`** | Displays CSP headers for responses, and passively reports CSP weaknesses. | -| **`CSP-Bypass`** | Passively scans for CSP headers that contain known bypasses.. | +| **`CSP-Bypass`** | Passively scans for CSP headers that contain known bypasses. | | **`Hackvertor`** | Converts data using a tag-based configuration to apply various encoding. | | **`Active Scan++`** | Extends Burp's active and passive scanning capabilities. | | **`HTML5 Auditor`** | Scans for usage of risky HTML5 features. |