From 5425de1bb30e0fc0b32bb8a4a2e80bf9c2eb64cd Mon Sep 17 00:00:00 2001
From: Joe Totes <59018247+Totes5706@users.noreply.github.com>
Date: Sat, 30 Jul 2022 12:52:22 -0400
Subject: [PATCH] Update README.md
---
README.md | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 7abf453..34fbf37 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,19 @@
# Offensive Security Tools
-Here you will find a useful collection of commands and file resource locations used in Pentesting operations. This reference is will go hand in hand with Kali Linux.
+***
-# General Enumeration
+Here you will find a useful collection of commands and file resource locations used in Pentesting operations. This reference is will go hand in hand with Kali Linux.
***
+# General Enumeration
+
+
+
+***
+
## NMAP
**OVERVIEW**
@@ -25,7 +31,6 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
-***