Which Hydra options load all candidate usernames from usernames.txt and passwords from passwords.txt?
usernames.txt
passwords.txt
Treat each filename as one literal credential by using -l and -p.
-l
-p
Try to load each independent list as a separate paired-credential file with -C.
-C
Read the username file with -L and the password file with -P.
-L
-P
Treat the username filename as output and the password filename as a port setting.