Update README.md

This commit is contained in:
Joe Totes
2022-07-30 15:28:47 -04:00
committed by GitHub
parent 2c5055abfd
commit 24f3f4269e

View File

@@ -66,6 +66,8 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
# Port Enumeration # Port Enumeration
***
<br /> <br />
## FTP [21] ## FTP [21]
@@ -76,31 +78,17 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
<br /> <br />
**OVERVIEW**
| | |
| :-----------: | :-----------: |
| Description | Connect to FTP server |
| Download | Pre-installed on Kali Linux |
<br />
**USAGE**
<br />
```bash ```bash
# Connect to FTP server
# Download: Pre-installed on Kali Linux
# Usage
ftp {IP ADDRESS} ftp {IP ADDRESS}
# Default Credentials # Default Credentials: anonymous
anonymous # Directory Command: dir
# Download Command: get
# Directory Command # Upload Command: put
dir
# Download Command
get
# Upload Command
put
``` ```
<br /> <br />