From 1a690c22bc17a5ab0cefbd429de2783b03f4422f Mon Sep 17 00:00:00 2001 From: GrownupHacker <1891183+grownuphacker@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:01:27 -0500 Subject: [PATCH] Image path fix --- docs/ctf/sql-injection_2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ctf/sql-injection_2.md b/docs/ctf/sql-injection_2.md index 63791e6..711ad2a 100644 --- a/docs/ctf/sql-injection_2.md +++ b/docs/ctf/sql-injection_2.md @@ -16,7 +16,7 @@ SELECT * FROM Products WHERE catid = 1000 OR '1'='1'; If you're looking at the tool that we mentioned previously, which Of course you are, because you didn't just skim this document hunting for clues and now you're reading backwards from screenshots you don't recognize, then you would see something that looks like this. -![Screenshot](images/hackbar.png.png) +![Screenshot](./images/hackbar.png.png) And boom! Just like that, the entire product catalogue is laid bare. But our hacker wants more. They want to see what other databases are hiding in the shadows. So, they might try injecting a command to list databases. I'll save you the hassle of learning this database. ```sql