Update README.md

This commit is contained in:
Joe Totes
2022-07-30 13:44:09 -04:00
committed by GitHub
parent 32af304855
commit 3bed224ba3

View File

@@ -20,17 +20,17 @@ Here you will find a useful collection of commands and file resource locations u
<br />
**OVERVIEW**
<u>OVERVIEW</u>
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**
<br />
```bash
nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
```
@@ -53,6 +53,8 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
**USAGE**
<br />
```bash
./nmapAutomator.sh --host {IP ADDRESS} --type All
```