Password Mutations
ℹ️ Informations¶
- 🌐 Website: HackTheBox
- 📚 Module: Password Attacks
- 🔗 Link: Password Mutations
❓Question¶
Create a mutated wordlist using the files in the ZIP file under "Resources" in the top right corner of this section. Use this wordlist to brute force the password for the user "sam". Once successful, log in with SSH and submit the contents of the flag.txt file as your answer.
📋 Walkthrough¶
Use the command provided to generate mutation list. Now we can use the mutated wordlist to brute force the SSH login for the user sam
. You can use a tool like Hydra
to attempt this:
sam:B@t********
. Flag is in folder smb
Answer
[REDACTED]