Update README.md

This commit is contained in:
Joe Totes
2022-07-30 12:38:40 -04:00
committed by GitHub
parent d2e2c9b894
commit ff42785ce9

View File

@@ -6,11 +6,13 @@ Here you will find a useful collection of commands and file resource locations u
*** ***
<br />
## NMAP ## NMAP
| # | Overview | ***
**OVERVIEW**
| | |
| :-----------: | :-----------: | | :-----------: | :-----------: |
| Description | 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 |
@@ -21,10 +23,13 @@ Here you will find a useful collection of commands and file resource locations u
nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS} nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
``` ```
<br /> ***
<br />
## NMAP Automator ## NMAP Automator
***
**OVERVIEW** **OVERVIEW**
| | | | | |
@@ -37,9 +42,13 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
```bash ```bash
./nmapAutomator.sh --host {IP ADDRESS} --type All ./nmapAutomator.sh --host {IP ADDRESS} --type All
``` ```
***
<br /> <br />
# Port Enumeration # Port Enumeration
***
## FTP [21] ## FTP [21]