diff --git a/Pen_Testing/.DS_Store b/Pen_Testing_Scripts/.DS_Store similarity index 100% rename from Pen_Testing/.DS_Store rename to Pen_Testing_Scripts/.DS_Store diff --git a/Pen_Testing/README.md b/Pen_Testing_Scripts/README.md similarity index 91% rename from Pen_Testing/README.md rename to Pen_Testing_Scripts/README.md index 0099c2f..7e986ff 100644 --- a/Pen_Testing/README.md +++ b/Pen_Testing_Scripts/README.md @@ -1,8 +1,9 @@ -# Pen-Testing +# Pen-Testing Scripts + ## 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). @@ -50,6 +51,4 @@ * Binary only (live analysis and reverse engineering) * Both source and binary access * 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. \ No newline at end of file diff --git a/Pen_Testing/networkintrusionpostermed.png b/Pen_Testing_Scripts/networkintrusionpostermed.png similarity index 100% rename from Pen_Testing/networkintrusionpostermed.png rename to Pen_Testing_Scripts/networkintrusionpostermed.png