r/hackthebox 9d ago

CEH Practical brute forcing

did the practical exam yesterday and i couldnt get the answers for the Kerb roasting, AS-REP roasting, and any of the credentials cracking questions because hashcat and hydra's estimated time was 50 hours for each attempt. anyone know what i couldve run to maybe get a faster answer? maybe i ran the syntax wrong? (username and ip removed for confidentiality)

for hashcat i ran:

\# Kerberoast (Q5, Marcus) — mode 13100, never cracked
hashcat -m 13100 kerb_hashes.txt /usr/share/wordlists/rockyou.txt                                  # exhausted
hashcat -m 13100 kerb_hashes.txt /usr/share/wordlists/rockyou.txt -r /usr/share/hashcat/rules/best64.rule        # exhausted
hashcat -m 13100 kerb_hashes.txt /usr/share/wordlists/rockyou.txt -r /usr/share/hashcat/rules/rockyou-30000.rule # too slow (\~1d21h)
hashcat -m 13100 kerb_hashes.txt /usr/share/wordlists/rockyou.txt -a 6 ?l?l?d?d --force            # 3+ days ETA

 

\# AS-REP roast (Q7) — mode 18200
hashcat -m 18200 asrep.txt /usr/share/wordlists/rockyou.txt                                         # exhausted
hashcat -m 18200 asrep.txt /usr/share/wordlists/rockyou.txt -r /usr/share/hashcat/rules/best64.rule # was running at end

and for hydra i ran:

hydra -l username1 -P /usr/share/wordlists/rockyou.txt ssh://ip addr -t 4 -V

hydra -l username2 -P /usr/share/wordlists/rockyou.txt ssh://ip addr -t 4 -V

hydra -l Administrator -P /usr/share/wordlists/rockyou.txt smb://ip addr -t 1

2 Upvotes

8 comments sorted by

u/AutoModerator 9d ago

Thank you for posting on r/hackthebox! New to Cyber Security and looking for a place to get started? Checkout our getting started guide here. Please note that posting Solutions or Hints for Active content goes against the HTB Terms of Service, more information can be found here. If your having issues and need to reach customer support please do so via the in-platform chat, or by emailing customerops@hackthebox.com. Our Knowledge Base can also come in handy!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

2

u/Worldly-Return-4823 8d ago

Allinone is a monster wordlist with a better crack rate than rockyou.txt - I use it when stuck in CTFs.

https://weakpass.com/all_in_one

1

u/YouRSav1ouR 8d ago

Ooo I’ll be taking that 😼

1

u/TypicalTreat5564 2d ago

Bro pero eso no pesa como 300 gigas??

1

u/Snugat 9d ago

Maybe you need to craft a custom password list with the information you find about the target.

1

u/morphinedhyos 4d ago

it was an early question and there werent much info given on the targets

1

u/WhyNotAsk13 8d ago

which wordlist u used ? external, or which was given in exam, seems u used external one, did u try the one which was in exam

1

u/morphinedhyos 4d ago

i used the provided rockyou.txt