From 326d8aa428fd38e220071155637c465cbaf9b0a7 Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Tue, 29 Oct 2019 19:07:32 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B5=F0=9F=8F=BEClean=20up=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pentesting_Scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pentesting_Scripts/README.md b/Pentesting_Scripts/README.md index b1f3a86..27def1e 100644 --- a/Pentesting_Scripts/README.md +++ b/Pentesting_Scripts/README.md @@ -1,4 +1,4 @@ -# Pen-Testing Scripts +# Pentesting Scripts ## Auditing Code @@ -50,4 +50,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. \ No newline at end of file +* 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.