🤬
  • ■ ■ ■ ■ ■
    SQL Injection.md
    1 1  # SQL injection
    2 2   
    3 3  ## Introduction
     4 +It is an attack in which an attacker inserts untrusted data in the application that results in revealing sensitive information of the database.
    4 5   
    5  - It is an attack in which an attacker inserts untrusted data in the application that results in revealing sensitive information of the database.
    6  - 
    7  - SQL Injection (SQLi) is a code injection attack where an attacker manipulates the data being sent to the server to execute malicious SQL statements to control a web application’s database server, thereby accessing, modifying and deleting unauthorized data. This attack is mainly used to take over database servers.
     6 +SQL Injection (SQLi) is a code injection attack where an attacker manipulates the data being sent to the server to execute malicious SQL statements to control a web application’s database server, thereby accessing, modifying and deleting unauthorized data. This attack is mainly used to take over database servers.
    8 7   
    9 8  - In-band SQLi (Classic SQLi)
    10 9  - Error-based SQLi
    skipped 155 lines
Please wait...
Page is in error, reload to recover