From 691ac4737f00bc77baa0689cfd51020e5c755419 Mon Sep 17 00:00:00 2001 From: Xalgord <48483027+xalgord@users.noreply.github.com> Date: Sat, 20 Feb 2021 15:37:28 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d258d2e..50150f9 100644 --- a/README.md +++ b/README.md @@ -198,8 +198,8 @@ Get the tool here: When testing file upload functionalities in a web application, try setting the filename to the following values: ``` -- ../../../tmp/lol.png —> for path traversal -- sleep(10)-- -.jpg —> for SQL injection -- .jpg/png —> for XSS -- ; sleep 10; —> for command injections +../../../tmp/lol.png —> for path traversal +sleep(10)-- -.jpg —> for SQL injection +.jpg/png —> for XSS +; sleep 10; —> for command injections ```