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]