From bc0faa45b24e659d9c12de185317ab2c52a96283 Mon Sep 17 00:00:00 2001 From: dub-flow <89262088+dub-flow@users.noreply.github.com> Date: Wed, 15 May 2024 15:56:53 +0200 Subject: [PATCH] Minor README change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18cb16b..66ce899 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ This repository contains different scenarios for bypassing 403s leverage path no * Problem: Nginx has a rule to deny access to `/admin` and blocks you * Bypass: E.g. visit `GET /admin\xa0` (note that you actually need to send the hex character, not the string `\xa0`) -![Alt text](flask/bypass.png) \ No newline at end of file +![Image containing the Flask Bypass Request and Response](flask/bypass.png) \ No newline at end of file