SQL Injection

It is the act of injection your own, custom-crafted SQL commands into a web-script so that you can manipulate the database any way you want.Some example usages of SQL injection: Bypass login verification, add new admin account, lift passwords, lift credit-card details, etc.; you can access anything that’s in the database. Example Vulnerable Code – login.php (PHP/MySQL)
No comments:
Post a Comment