Skip to main content
Tweeted twitter.com/#!/StackSecurity/status/600928859354193921
deleted 228 characters in body
Source Link
' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)

1>> my first question is why this query is starting with Apostrophe, and even if it is starting why didn't we put at last to close it.

like this

' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)'

2>> My secondfirst question is what is CONCAT function is being used for in this query

3>>2>> And Why do we use having min(0) in here.

' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)

1>> my first question is why this query is starting with Apostrophe, and even if it is starting why didn't we put at last to close it.

like this

' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)'

2>> My second question is what is CONCAT function is being used for in this query

3>> And Why do we use having min(0) in here.

' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)

1>> My first question is what is CONCAT function is being used for in this query

2>> And Why do we use having min(0) in here.

added 14 characters in body
Source Link
Abe Miessler
  • 8.2k
  • 12
  • 51
  • 75

' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)

' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)

1>> my first question is why this query is starting with Apostrophe, and even if it is starting why didn't we put at last to close it.

like this ' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)'

' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)'

2>> My second question is what is CONCATCONCAT function is being used for in this query

3>> And Why do we use having min(0)min(0) in here.

' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)

1>> my first question is why this query is starting with Apostrophe, and even if it is starting why didn't we put at last to close it.

like this ' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)'

2>> My second question is what is CONCAT function is being used for in this query

3>> And Why do we use having min(0) in here.

' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)

1>> my first question is why this query is starting with Apostrophe, and even if it is starting why didn't we put at last to close it.

like this

' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)'

2>> My second question is what is CONCAT function is being used for in this query

3>> And Why do we use having min(0) in here.

deleted 22 characters in body
Source Link

' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)

1>> my first question is why this query is starting with Apostrophe, and even if it is starting why didn't we put at last to close it.

like this ' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)'

2>> My second question is what is CONCAT function is being used for in this query

3>> And Why do we use having min(0) in here.

i have knowledge of

' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)

1>> my first question is why this query is starting with Apostrophe, and even if it is starting why didn't we put at last to close it.

like this ' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)'

2>> My second question is what is CONCAT function is being used for in this query

3>> And Why do we use having min(0) in here.

i have knowledge of

' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)

1>> my first question is why this query is starting with Apostrophe, and even if it is starting why didn't we put at last to close it.

like this ' 1=1 GROUP BY CONCAT_WS ('~',version(), FLOOR(rand(0)*2)) having min(0)'

2>> My second question is what is CONCAT function is being used for in this query

3>> And Why do we use having min(0) in here.

Source Link
Loading