Let's find out if the server can be affected by malicious SQL input!
To test this, add an apostrophe, '
, at the end of the input. Type in hack@getmimo.com'
and password'
. (Don't forget to actually add '
to your input.)
Psst: we'll explore why '
may be dangerous for SQL databases in a minute.