Update README.md

This commit is contained in:
Joe Totes
2022-07-30 12:23:54 -04:00
committed by GitHub
parent 1afb91149d
commit a46af4e15b

View File

@@ -6,6 +6,17 @@ Here you will find a useful collection of commands and file resource locations u
## NMAP ## 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 ## 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 ./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 # Port Enumeration
## FTP [21] ## FTP [21]