Answer the question
In order to leave comments, you need to log in
Is SQL injection 4 characters long or less possible?
Is SQL injection 4 characters long or less possible?
If yes, can you write an example?
Answer the question
In order to leave comments, you need to log in
sql injection is the very fact that you can influence queries to the database. and it is deeply indifferent how many characters there are, this will not stop being a problem.
but for example
select count(id)>1 from auth.users where login='admin';--' and hash=123;
%'--
For a stupidly templated request like this:
"SELECT * FROM projects WHERE title LIKE '"+ variable_from_client + "' AND owner_id=13"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question