Continuous Integration and Continuous Development + Fuzzing + Blind Content-Based SQL Injection + Blind Timing-Based SQL Injection

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards

Continuous integration (CI)

is a development practice that consistently (an on an ongoing basis) checks code into a shared repository

2
New cards

Continuous deployment (CD)

rolls out tested changes into production automatically as soon as they have been tested

3
New cards

Fuzzing

involves sending invalid or random data to an application to test it’s ability to handle unexpected data

4
New cards

Blind content-based SQL injection

In a ___ attack, the perpetrator sends input to the web application that tests whether the application is interpreting injected code before attempting to carry out an attack

5
New cards

Blind timing-based SQL injection

Penetration testers may use the amount of time required to process a query as a channel for retrieving information from a database