Project to practice the implementation of SQL injection on a web app
Following tutorial found on youtube: https://www.youtube.com/watch?v=cgwWpd4SqIM
Need to initialize mySQL Database accordingly...
Database name: 'demoinjection'
Table name: 'users'
Fields: Type: Collation: Attributes: Null: Default: id (key) int(11) unnsigned no none email varchar(255) latin1 yes NULL password (same as email ->) username (same as email ->)