2.3 SQL Injection Flashcards

(4 cards)

1
Q

Code Injection

A

Adding your own info into a data stream.

Enabled because of bad programming. The application should properly handle input and output.

So many different data types- HTML, SQL, XML, LDAP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Building a SQL Injection (see video).

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

SQL Injection

A

SQL- Structured Query Language. Most common relational database management system language.

SQL Injection (SQLi)- Put your own SQL requests into an existing application. Your application shouldn’t allow this.

Can often be executed in a web browser. Inject in a form or field.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SQL Injection demonstration (see video).

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly