From f9077a442ad2c37249cec0143aba90aef405966c Mon Sep 17 00:00:00 2001
From: Joe Totes <59018247+Totes5706@users.noreply.github.com>
Date: Sat, 30 Jul 2022 14:36:42 -0400
Subject: [PATCH] Update README.md
---
README.md | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/README.md b/README.md
index 59669d0..1802cab 100644
--- a/README.md
+++ b/README.md
@@ -70,8 +70,38 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
# Port Enumeration
+
## FTP [21]
+
+
+### ftp
+
+
+
+**OVERVIEW**
+
+| | |
+| :-----------: | :-----------: |
+| Description | Connect to FTP server |
+| Download | Pre-installed on Kali Linux |
+
+
+
+**USAGE**
+
+
+
+```bash
+ftp {ip address}
+
+Download Command: get
+Upload Command: put
+Default Credentials: anonymous
+```
+
+
+
## SSH [22]