Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
SQL Injection Hacking ?
Just a question.
I was looking at SQL Injection; and decided to try it on my login form.
I entered into the username box : 'or 1=1
And the page loaded with this:
Error in query: SELECT * from dealers where username = '' or 1=1'. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''' at line 1
But, if i type in something like "admin", which isn't a username i get
Username Invalid.
Because of this response is this website hackable?
Thanks.
1 Answer
- 1 decade agoFavorite Answer
Yes it is. Can you post the code that handles that part of the login?