Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

I'm trying to do an sql injection in DVWA with Apache2 and MySQL that would create one more database. This: 2' union select 1,2' create database kala;#-- does not give me any errors but it also does not create the database.

DVWA security setting is set to low.

share|improve this question

closed as not constructive by Rook, Adnan, AJ Henderson, Iszi, lynks Apr 30 at 16:56

As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

First, determine if you can use a 'create' statement in a query like that.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.