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]