From ff42785ce9985804aabadf239999020d8ca6a649 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Sat, 30 Jul 2022 12:38:40 -0400 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c9d81e..47cd3c2 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,13 @@ Here you will find a useful collection of commands and file resource locations u *** -
- ## NMAP -| # | Overview | +*** + +**OVERVIEW** + +| | | | :-----------: | :-----------: | | Description | A network scanning tool that identifies devices, ports, services, and operating systems | | Download | Pre-installed on Kali Linux | @@ -21,10 +23,13 @@ Here you will find a useful collection of commands and file resource locations u nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS} ``` -
+*** +
## NMAP Automator +*** + **OVERVIEW** | | | @@ -37,9 +42,13 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS} ```bash ./nmapAutomator.sh --host {IP ADDRESS} --type All ``` +*** +
# Port Enumeration +*** + ## FTP [21]