I too am stuck at the point where I get the first FTP credentials.
I am using hydra with a password list that I have varied as follows, but I am unable to get the credentials
hi all. i am stuck on password lab easy. i found the first accoutn creds, but when i SSH it seems there isnt much on it. it seems must have a 2 account to be brute force and ssh in. any hint? i have tried brute force for almost 1 hour an nothing. Please, need help
It does not find the correct credentials. However, if I use the username mentioned above directly like this:
hydra -l 'm***' -P password.list <IP> ftp -t 64
Hydra finds the correct password. The username.list contains the username m***. I also checked it with crackmapexec, and I could find the correct credentials in its output but it considered it as incorrect.
crackmapexec FTP <IP> -u username.list -p password.list
...
`FTP <IP> 21 <IP> [-] m***:****7**(Response:'NoneType' object has no attribute 'sendall')
...
Exactly! I spotted this shortly after posting it. I didnāt know that the uppercase -L is for list of usernames and the lowercase -l is for a single username. Thanks for the clearification here tho.
Iām getting a bunch of errors when using hydra with password.list and username.list, i used -vv to see what was going on. Keep getting errors, too many connections, it basically just fails