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 ```