From 067eb41056cc434c87f7d907c31d6c2d511652cf Mon Sep 17 00:00:00 2001
From: Joe Totes <59018247+Totes5706@users.noreply.github.com>
Date: Sat, 30 Jul 2022 15:41:19 -0400
Subject: [PATCH] Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 3c3a072..fc08a75 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,8 @@ Here you will find a useful collection of commands and file resource locations u
```bash
-# A network scanning tool that identifies devices, ports, services, and operating systems
-# Download: Pre-installed on Kali Linux
+# About: A network scanning tool that identifies devices, ports, services, and operating systems
+# Download: Pre-installed on Kali Linux
# Usage
nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
@@ -44,7 +44,7 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
```bash
-# Useful script that automates multiple enumeration scans in succession
+# About: Useful script that automates multiple enumeration scans in succession
# Download: https://github.com/21y4d/nmapAutomator/blob/master/nmapAutomator.sh
# Usage