SQL Injection Attack Lab
最近更新:2024-07-02   |   字数总计:3.2k   |   阅读估时:12分钟   |   阅读量:
  1. SQL Injection Attack Lab
    1. 实验内容
    2. Overview
      1. Task1. Get Familiar with SQL Statements
      2. Task2. SQL Injection Attack on SELECT Statement
        1. Task2.1 SQL Injection Attack from webpage
        2. Task2.2 SQL Injection Attack from command line
        3. Task2.3 Append a new SQL statement
      3. Task3. SQL Injection Attack on UPDATE Statement
        1. Task3.1 Modify your own salary
        2. Task3.2 Modify other people’s salary
        3. Task3.3 Modify other people’s password
      4. Task4. Countermeasure - Prepared Statement