diff --git a/README.md b/README.md index c4eaf97..3702faa 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ Here you will find a useful collection of commands and file resource locations u
+**OVERVIEW** -OVERVIEW - - A network scanning tool that identifies devices, ports, services, and operating systems - -**DOWNLOAD** - - Pre-installed on Kali Linux +| | | +| :-----------: | :-----------: | +| Description | A network scanning tool that identifies devices, ports, services, and operating systems | +| Download | Pre-installed on Kali Linux | **USAGE** +
+ ```bash nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS} ``` @@ -53,6 +53,8 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS} **USAGE** +
+ ```bash ./nmapAutomator.sh --host {IP ADDRESS} --type All ```