Minor README change

This commit is contained in:
dub-flow 2024-05-15 15:56:53 +02:00
parent 159c8ba296
commit bc0faa45b2
1 changed files with 1 additions and 1 deletions

View File

@ -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 * 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`) * 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) ![Image containing the Flask Bypass Request and Response](flask/bypass.png)