Skip to content

jwfeshuk/SQL-Injection-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

SQL-Injection-Tutorial

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'

users table:

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 ->)

About

Project to practice the implementation of SQL injection on a web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages