Username: 
Password: 
Restrict session to IP 

Double query  Go to the Training: MySQL II challenge

Global Rank: 78
Totalscore: 202105
Posts: 1
Thanks: 1
UpVotes: 1
Registered: 14y 317d





Last Seen: 66d 21h
The User is Offline
Double query
Google/translate1Thank You!1Good Post!0Bad Post! link
I'm trying to inject a second command that will get executed after the select, but before the password check. Am I on the right track?
This works locally for me, but when I try it on wechall I get an "GDO 1064". Is there something "blocking" executing two queries with the command "queryFirst"?
Global Rank: 247
Totalscore: 87961
Posts: 1661
Thanks: 1349
UpVotes: 906
Registered: 16y 219d




Last Seen: 1d 15h
The User is Offline
RE: Double query
Google/translate0Thank You!1Good Post!0Bad Post! link
You cannot execute two queries in a single query.
This is a limitation, once introduced for security, in mysql/mysqli (if i recall correctly)

Most other languages and their mysql bindings should have the same limits.

I googled a bit and it seems that it would be possible.

Take a look at https://stackoverflow.com/questions/802437/how-to-execute-two-mysql-queries-as-one-in-php-mysql
The geeks shall inherit the properties and methods of object earth.
Global Rank: 14772
Totalscore: 108
Posts: 1
Thanks: 1
UpVotes: 1
Registered: 6y 102d
Last Seen: 6y 100d
The User is Offline
RE: Double query
Google/translate1Thank You!1Good Post!0Bad Post! link
with the username, I can use the sql injection, but I don't know how to bypass the password check.
Global Rank: 1
Totalscore: 759433
Posts: 437
Thanks: 495
UpVotes: 468
Registered: 15y 57d












The User is Offline
RE: Double query
Google/translate1Thank You!1Good Post!0Bad Post! link
exp32, that is not a question. It also does not relate to the topic of this thread.

Perhaps research SQLi a bit more?
Global Rank: 247
Totalscore: 87961
Posts: 1661
Thanks: 1349
UpVotes: 906
Registered: 16y 219d




Last Seen: 1d 15h
The User is Offline
RE: Double query
Google/translate0Thank You!1Good Post!0Bad Post! link
@exp32: Just make your sent data fulfil the password check.... at least that's what i want you todo ;)
The geeks shall inherit the properties and methods of object earth.
tunelko, Redknee, silenttrack, n0tHappy, quangntenemy, TheHiveMind, Z, balicocat, Ge0, samuraiblanco, arraez, jcquinterov, hophuocthinh, alfamen2, burhanudinn123, Ben_Dover, stephanduran89, braddie0, SwolloW, dangarbri, kalungmas have subscribed to this thread and receive emails on new posts.
1 people are watching the thread at the moment.
This thread has been viewed 4005 times.