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 /> <br />
**OVERVIEW**
<u>OVERVIEW</u> | | |
| :-----------: | :-----------: |
A network scanning tool that identifies devices, ports, services, and operating systems | Description | A network scanning tool that identifies devices, ports, services, and operating systems |
| Download | Pre-installed on Kali Linux |
**DOWNLOAD**
Pre-installed on Kali Linux
**USAGE** **USAGE**
<br />
```bash ```bash
nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS} nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
``` ```
@@ -53,6 +53,8 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
**USAGE** **USAGE**
<br />
```bash ```bash
./nmapAutomator.sh --host {IP ADDRESS} --type All ./nmapAutomator.sh --host {IP ADDRESS} --type All
``` ```