From 6bd824740145a47e10b22a5b10301fc31a251d6a Mon Sep 17 00:00:00 2001 From: Mia Steinkirch Date: Sun, 27 Oct 2019 20:59:36 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A9=F0=9F=98=8E=20Clean=20up=20Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {Pen_Testing => Pen_Testing_Scripts}/.DS_Store | Bin {Pen_Testing => Pen_Testing_Scripts}/README.md | 9 ++++----- .../networkintrusionpostermed.png | Bin 3 files changed, 4 insertions(+), 5 deletions(-) rename {Pen_Testing => Pen_Testing_Scripts}/.DS_Store (100%) rename {Pen_Testing => Pen_Testing_Scripts}/README.md (91%) rename {Pen_Testing => Pen_Testing_Scripts}/networkintrusionpostermed.png (100%) 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