Skip to content

Commit

Permalink
Image path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grownuphacker committed Sep 7, 2024
1 parent a1aaa07 commit 1a690c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ctf/sql-injection_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a690c2

Please sign in to comment.