Forum Discussion
Ran19
10 days agoBronze I
Brute Force task in an 15 min lab taking over 30 hours to complete
Hello everyone, I am doing an Immersive Labs about hacking, and there is a lab where I can learn how to crack codes with Hydra using SSH, HTTP, and FTP. The problem is that for the FTP part, I am su...
SamDickison
Community Manager
5 hours agoRan19 I recommend double-checking the lab instructions, your current working directory, and common locations like /usr/share/wordlists/ for a provided password dictionary. Switching from raw generation to a dictionary attack using a provided wordlist with the -P flag will be significantly faster. Although I haven't done the lab, that just what I've gathered from briefly looking into it. Tell me if I'm way off.