Update README.md

This commit is contained in:
Joe Totes
2022-07-30 15:41:19 -04:00
committed by GitHub
parent 9c516bc3d9
commit 067eb41056

View File

@@ -24,7 +24,7 @@ Here you will find a useful collection of commands and file resource locations u
<br /> <br />
```bash ```bash
# A network scanning tool that identifies devices, ports, services, and operating systems # About: 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
@@ -44,7 +44,7 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
<br /> <br />
```bash ```bash
# Useful script that automates multiple enumeration scans in succession # About: Useful script that automates multiple enumeration scans in succession
# Download: https://github.com/21y4d/nmapAutomator/blob/master/nmapAutomator.sh # Download: https://github.com/21y4d/nmapAutomator/blob/master/nmapAutomator.sh
# Usage # Usage