Skip to main content
Corrected grammar.
Source Link

I'm trying to test sqlSQL injection vulnerability inon a site  (PhpPHP,Uses Mysql uses MySQL Database). When iI put an apostrophe in the username field and write noleave the password box blank,after after submitting, the form reloads and the fields become empty again.but But when iI used an apostrophe in the password field,the the message says Invalid"Invalid Username/passwordpassword".What

What does that indicate?And And if iI put admin' as username  (don't add comments) and in the password field, write ';Drop Table users;;Drop Table users; (don't add comment) are my comments gonna work?

I'm trying to test sql injection vulnerability in a site(Php,Uses Mysql Database) When i put apostrophe in username field and write no password,after submitting the form reloads and the fields become empty again.but when i used apostrophe in password field,the message says Invalid Username/password.What does that indicate?And if i put admin' as username(don't add comments) and in password field write ';Drop Table users;(don't add comment) are my comments gonna work?

I'm trying to test SQL injection on a site  (PHP, uses MySQL Database). When I put an apostrophe in the username field and leave the password box blank, after submitting, the form reloads and the fields become empty again. But when I used an apostrophe in the password field, the message says "Invalid Username/password".

What does that indicate? And if I put admin' as username  (don't add comments) and in the password field, write ;Drop Table users; (don't add comment) are my comments gonna work?

Source Link

About SQL Injection Mysql

I'm trying to test sql injection vulnerability in a site(Php,Uses Mysql Database) When i put apostrophe in username field and write no password,after submitting the form reloads and the fields become empty again.but when i used apostrophe in password field,the message says Invalid Username/password.What does that indicate?And if i put admin' as username(don't add comments) and in password field write ';Drop Table users;(don't add comment) are my comments gonna work?