From a46af4e15bd0e3e8c3f7309023ce7706a389fe08 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Sat, 30 Jul 2022 12:23:54 -0400 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 92d5be1..cf85350 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,17 @@ Here you will find a useful collection of commands and file resource locations u ## NMAP +| # | Overview | +| :-----------: | :-----------: | +| 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} +``` + ## NMAP Automator @@ -20,24 +31,6 @@ Here you will find a useful collection of commands and file resource locations u ./nmapAutomator.sh --host {IP ADDRESS} --type All ``` - -```markdown -Syntax highlighted code block - -# Header 1 -## Header 2 -### Header 3 - -- Bulleted -- List - -1. Numbered -2. List - -**Bold** and _Italic_ and `Code` text - -[Link](url) and ![Image](src) -``` # Port Enumeration ## FTP [21]