Please enable JavaScript.
Coggle requires JavaScript to display documents.
Domain 6 - Coggle Diagram
Domain 6
Penetration Tests
Attacks
-
-
-
Buffer Overflows
Poor programming allows more input than the program has allocated space for overwriting data or memory and sometimes allowing the attacker to inject code.
Good programming practices, code scanners, languages that disallow buffer overflows
-
Race Conditions
Bad program design that allows vulnerable conditions to occur such as opening temp files without first ensuring the files cannot be read or written to
-
Tests
-
-
-
-
Double-blind
black box test, but the security staff do not know the test is taking place
-
Black Hat Methodology
Same as white hat, but with potentially less planning and no reporting
-
Software Testing
Test Types
-
-
Fuzzing
Submits random, malformed data as inputs into software to determine if it will crash
-
-
-
-