Skip to content
#

sql-injection-attacks

Here are 67 public repositories matching this topic...

✈️ An enterprise level Flight Booking System for Turkish Airlines (web-application) based on the Model View Controller (MVC) Architecture made using Java Servlets, Java Server Pages (JSPs). Moreover authentication and authorization for users is implemented. The web-application is also secured against SQL Injection and Cross-Site Scripting attacks.

  • Updated May 3, 2023
  • Java

SQL Injection attack is the most common website hacking technique. Most websites use Structured Query Language (SQL) to interact with databases. SQL allows the website to create, retrieve, update, and delete database records. It used for everything from logging a user into the website to storing details of an eCommerce transaction. An SQL inject…

  • Updated Jul 16, 2022
PortSwigger-Lab-and-Burpsuite-Tutorial

Improve this page

Add a description, image, and links to the sql-injection-attacks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sql-injection-attacks topic, visit your repo's landing page and select "manage topics."

Learn more