Update README.md

This commit is contained in:
Joe Totes
2022-07-30 14:36:42 -04:00
committed by GitHub
parent cfa16dc44e
commit f9077a442a

View File

@@ -70,8 +70,38 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
# Port Enumeration
<br />
## FTP [21]
<br />
### ftp
<br />
**OVERVIEW**
| | |
| :-----------: | :-----------: |
| Description | Connect to FTP server |
| Download | Pre-installed on Kali Linux |
<br />
**USAGE**
<br />
```bash
ftp {ip address}
Download Command: get
Upload Command: put
Default Credentials: anonymous
```
<br />
<br />
## SSH [22]