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