1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Continuous integration (CI)
is a development practice that consistently (an on an ongoing basis) checks code into a shared repository
Continuous deployment (CD)
rolls out tested changes into production automatically as soon as they have been tested
Fuzzing
involves sending invalid or random data to an application to test it’s ability to handle unexpected data
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
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