👩😎 Clean up Readme

This commit is contained in:
Mia Steinkirch 2019-10-27 20:59:36 -07:00
parent e368061296
commit 6bd8247401
3 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# Pen-Testing # Pen-Testing Scripts
## Auditing Code ## Auditing Code
* Initial value assigments (failure to asign initial values can lead to vulnerabilities). * Initial value assignments (failure to assign initial values can lead to vulnerabilities).
* Memory corruption (see Memory_Exploits folder). * Memory corruption (see Memory_Exploits folder).
@ -50,6 +51,4 @@
* Binary only (live analysis and reverse engineering) * Binary only (live analysis and reverse engineering)
* Both source and binary access * Both source and binary access
* Checked build: an binary with no source code but with debugging information. * Checked build: an binary with no source code but with debugging information.
* Source black box: black box and fuzz testing (example: web applications). Example: auditing a web server with entry point at TCP port 80, you use a HTTP protocol fuzzer. * Source black box: black box and fuzz testing (example: web applications). Example: auditing a web server with entry point at TCP port 80, you use a HTTP protocol fuzzer.
----

View File

Before

Width:  |  Height:  |  Size: 902 KiB

After

Width:  |  Height:  |  Size: 902 KiB