Skip to content

clirette/sql-injection-webapp

Repository files navigation

Vulnerable web application developed by Chase Lirette for CS 4621 - Intro to Cyber Security.

These apps were developed to show the vulnerabilities and safeguards against SQL Injection. Each app presents a store front to the user and retrieves data from a MySQL server.

  • vulnerable_app.php - The app that is prone to sql injection attacks. Obviously usernames and passwords must be substituted for reuse.
  • protected_app.php - The app that is protected against sql injection attacks by implementing prepared statements.
  • test.sql - A list of possible queries to expose the database.

Keep in mind that an extra space is necessary after the ending two dashes in each query.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages