From 587fbd1a06a9fc196d3751813f9b2123076b56ee Mon Sep 17 00:00:00 2001 From: dub-flow <89262088+dub-flow@users.noreply.github.com> Date: Thu, 16 May 2024 12:24:45 +0200 Subject: [PATCH] Fixed image reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbb6afa..642f278 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This repository contains different scenarios for bypassing 403s leverage path no - `\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`) -![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 :(