is there any one who can send me username and password list for hydra in txt format. whenever i use hydra it shows error that LOGIN FILES ARE NOT FOUND what does it means. is there any mistake to use of hydra. the format that i use for hydra is
hydra -L password.lst -P usernaem.lst -vV ip address ftp
Sun Dec 13, 2009 9:23 am
kuteprinces
Moderator
Joined: Tue Jul 28, 2009 4:12 am Posts: 67
vipin wrote:
hydra -L password.lst -P usernaem.lst -vV ip address ftp
correct comand to crack ftp should be hydra -L userFile -P passwordFile -vV IPaddress Ftp /
if you know or can guess the user name then avoid using -L option with user name file to decrease the cracking time, instead use small l with user name. Ex: -l administrator
Mon Dec 14, 2009 12:05 pm
vipin
Newbie
Joined: Thu Jul 30, 2009 7:56 am Posts: 5
hello friend thanks for reply but i still have the same problem hydra shows " files for login are not found " plz do something. thank u. vipin panchal
Tue Dec 15, 2009 9:10 am
kuteprinces
Moderator
Joined: Tue Jul 28, 2009 4:12 am Posts: 67
vipin wrote:
hello friend thanks for reply but i still have the same problem hydra shows " files for login are not found " plz do something. thank u. vipin panchal
you are getting this error message because of mising login file i.e. Your user file, to resolve this create your own user file with name login.txt in the same directory where you kept your password file that is in Hydra directory, now type in some possible user name within the login.txt file in order mentioned below:
administrator Administrator admin Admin
Here wat u need to care about is every posible user name that you think could be the login id of ftp account should be in a new line as specified above.
Now type the same command I stated in my previous reply and dont forget to mention your login.txt in place of userFile and passoword.txt in place of passwordFile
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum