Skip to content

Commit

Permalink
Fixed a broken image.
Browse files Browse the repository at this point in the history
  • Loading branch information
kleiton0x00 authored Mar 4, 2022
1 parent 26abada commit e74405c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MySQL - Boolean Based Blind SQLi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Page loads successfully. Database name is 11 characters long.

This method is slow, because we have to hit-or-miss for every character of the database. Let's take a look below. The below table, will help us convert ascii to string.

![ascii_table](https://imgs.chip.de/ZBgGgeBx4QyqnxIERLeIjZ0BoXg=/1200x674/filters:format(jpeg):fill(fff,true)/www.chip.de%2Fii%2F8%2F1%2F7%2F6%2F6%2F1%2F0%2F4%2FUnbenannt-41a448c7fdc8d42f.jpg)
![ascii_table](https://www.asciitable.com/asciifull.gif)

The given query will define is the first character of database name is 111 (o)
```http://domain.com/index.php?id=1' AND (ascii(substr((select database()),1,1))) > 110 --+```
Expand Down

0 comments on commit e74405c

Please sign in to comment.