From 0d982a273edce2943aba17a349934d9b814bdd34 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Sat, 30 Jul 2022 12:30:30 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f833564..404d51f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Here you will find a useful collection of commands and file resource locations u # General Enumeration -

+
## NMAP @@ -19,13 +19,11 @@ 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** - | | | | :-----------: | :-----------: | | Description | Useful script that automates multiple enumeration scans in succession | @@ -36,7 +34,7 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS} ```bash ./nmapAutomator.sh --host {IP ADDRESS} --type All ``` -


+
# Port Enumeration ## FTP [21]