From 24f3f4269e18020417a193cc4f513146955354ed Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Sat, 30 Jul 2022 15:28:47 -0400 Subject: [PATCH] Update README.md --- README.md | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index f62eab2..77d4cb0 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS} # Port Enumeration +*** +
## FTP [21] @@ -76,31 +78,17 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
-**OVERVIEW** - -| | | -| :-----------: | :-----------: | -| Description | Connect to FTP server | -| Download | Pre-installed on Kali Linux | - -
- -**USAGE** - -
- ```bash +# Connect to FTP server +# Download: Pre-installed on Kali Linux + +# Usage ftp {IP ADDRESS} -# Default Credentials -anonymous - -# Directory Command -dir -# Download Command -get -# Upload Command -put +# Default Credentials: anonymous +# Directory Command: dir +# Download Command: get +# Upload Command: put ```