Skip to content

gusprojects008/SQLIPwn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website vulnerable to SQLI

Structure

  • The user can add a comment as long as he adds a username.
  • The user can only comments 3 times, each time he sends a comment, a number associated with his username is incremented.
  • The user cannot add a comment with a username that is already used or already exist.
  • The username can have a maximum of 32 characters,
  • The user comment can have a maximum of 32 characters.
  • The username and comments associated with it will be added to database.db, each time the user adds a comment, a number associated with the username will be incremented (limit of 3 comments).

is validation on the frontend sufficient or efective?

Good Luck!


Usage

...