Fixed image reference

This commit is contained in:
dub-flow 2024-05-16 12:24:45 +02:00
parent 67e4e6a761
commit 587fbd1a06
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ This repository contains different scenarios for bypassing 403s leverage path no
- `\xa0` - `\xa0`
* Bypass: Visit `GET /admin\x85` or `GET /admin\xa0` (note that you actually need to send the hex character, not e.g. the string `\x85`) * Bypass: Visit `GET /admin\x85` or `GET /admin\xa0` (note that you actually need to send the hex character, not e.g. the string `\x85`)
![Image containing the Flask Bypass Request and Response](flask/bypass.png) ![Image containing the Flask Bypass Request and Response](python-flask/bypass.png)
### Node.js (Express) - Not Working :( ### Node.js (Express) - Not Working :(