SQL Injection 2.3 Flashcards

1
Q

Code Injection Attacks

A
  • Adding your own information into a data stream.
  • Enabled because of bad programming.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Types Code Injection

A
  • HTML
  • SQL
  • XML
  • LDAP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

SQL Injection Attack

A
  • A form of code injection aimed at any SQL-based database, regardless of vendor.
  • Put your own SQL requests into an existing application.
  • Can be executed through the browser.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Example of SQL Injection

A
  • A function takes the user-provided inputs for username and password.
  • Substitutes them in a WHERE clause of a SQL statement.
  • The WHERE clause changes to be inoperable and returns all stored data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly