Jump to content
ajkaro

[SQLi] challenge

Recommended Posts

If you don't want to have problems displaying result from your injection in some column because of wrong data type, then we must know table definition. That is main part in this challenge and purpose of this (challenge) exercise...

Target:

h~~p://wond[RST]erlandthe[RST]mepark.com/wat[RST]erpark.php?wid=5

replace all ~ and remove all [RST]

Tasks:

  • display numbered list of all tables in primary database (each table name should be display only once - see proof picture)
  • display numbered list of all column names in every table (use different color as for table names)
  • for each column display type of column (date, time, integer, decimal, char, varchar, text...)
  • for column accepting integers display precision and scale (in separated columns) and mark them with label (precision)
  • for column accepting characters/integers display maximum allowed length for input, mark such columns with (length) and put / in column scale (as it doesn't exists for that type of data)
  • divide each table with horizontal line
  • put header above table definition output with column titles

Proof:

35dfa2a1de6d3903be7a4226ff1e28db.jpg

Rules:

  • use union select based SQLi
  • post picture as proof and send me your syntax to PM
  • HTML elements <table> <tr> <td> for building table with columns are not allowed

Solvers:

- Renegade (by PM)

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...