Jump to content
ajkaro

[SQLi] challenge

Recommended Posts

When we inject we usually want to know all table names, we want to know if there are tables with many records and if you are searching for passwords you want to know column names for tables with password so in next step you can compose a SQLi command to get data from columns needed for login (like columns username & password). All that is your task in this challenge thumbsup.gif If you know how, also add some numbering cosmetics oui.gif

Target:

hXXp://wXw.fotodi.ru/vyst.php?id=100

Task:

  • display all tables (except those from information_schema)
  • display numbering of all tables (all numbers should have same length of 3 numbers (001, 002, ... 011... 099, 100...)
  • mark all tables with more than 1000 records with some label (like over 1000 records)
  • display count and all column names at tables with password column (search for character combination pas)
  • display numbering of all column names in each table with password column

Proof:

76bbf9707d04d0969dbc9ce0a013e006.jpg

Rules:

  • your command should work without knowing anything about database on that site (no previous SQLi injection for checking table or column names are allowed/needed)
  • result (see proof picture) is made by one SQLi command
  • use union select based SQLi
  • post picture as proof
  • send me your command to PM
  • colors and lines in output are not required

Solvers:

- Bitmap

Edited by ajkaro
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...