Update README.md

This commit is contained in:
Joe Totes
2022-07-30 13:32:21 -04:00
committed by GitHub
parent 59e7e95d88
commit ad5d72a89d

View File

@@ -15,12 +15,12 @@ Here you will find a useful collection of commands and file resource locations u
# General Enumeration # General Enumeration
*** ***
<ul>
<H2> NMAP ## NMAP
</ul>
<br /> <br />
<ul>
**OVERVIEW** **OVERVIEW**
A network scanning tool that identifies devices, ports, services, and operating systems A network scanning tool that identifies devices, ports, services, and operating systems
@@ -34,6 +34,8 @@ Here you will find a useful collection of commands and file resource locations u
```bash ```bash
nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS} nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
``` ```
</ul>
<br /> <br />