Forest

Type your comment> @v01t4ic said:

Type your comment> @Drac0l17ch said:

Type your comment> @Nikolay167 said:

Impakter is always asking for passwords for normal user… Is even normal ?

one of the tools in the example folder will give you 4 different ways to get the TGT info. I promise if you read the writeup in it, you will get a hash.
almost spoiler (for anyone who knows how to use “grep”), thanks anyways =)

you caught that! Good on ya!

Type your comment> @RandomPerson00 said:

Can someone please give me a hint for the initial foothold?

Step 1 - Enumeration -get open ports
-get potential usernames
-get system information
-get encrypted passwords and crack
Congrats Foothold

Type your comment> @Drac0l17ch said:

Type your comment> @RandomPerson00 said:

Can someone please give me a hint for the initial foothold?

Step 1 - Enumeration -get open ports
-get potential usernames
-get system information
-get encrypted passwords and crack
Congrats Foothold

You mean: Congrats User flag :wink:

Fun so far… for user: Use the tool posted here by many people to enumerate and get an encrypted password to crack. To use said credentials make sure you don’t JUST scan the top ports so you can see all your available options :slight_smile:

Working on root…

rooted this ■■■■■■■ ^^ … getting admin took me about 5 hours in order to get the exact right syntax for the p****view function. Was a great reminder for the dog usage.

Tips:

Discovery: impacket
User: more impacket
Root: the dog will tell you all + check the exact correct syntax for your commands

Cheers.

Excellent work to @egre55 & @mrb3n.

Plenty of nudges in this thread. Cheers to @DaChef for banging his head against the keyboard with me because syntax is a thing :).

For user: Ensure you enumerate the listening services. You can use nmap, impacket, or other tools for this. Once you have some usernames. There are certain ways to use those and get some creds. There’s a ruby script that has been discussed in different Windows machines you can use as well.

For Root: AD enumeration is key. Get the “dog” to work. Go through the output. Google what the relationships mean if you’re not sure. Start with what your current “touches” if you’re lost. Once you find something nice, you can leverage impacket tools to get ya some fat hashes :).

DM me if you need nudges.

Edit: I’m an idiot. Carry on.

Spoiler Removed

I don’t know who decided to rank this machine as Easy! This in no way whatsoever is a 20 points machine!

I think HTB should have a clear policy on how to rank machines, based on measurable criteria like “Number of commands needed to root, average time to root, average time to enumerate…etc”.

In any case, this machine should be changed to be at least Medium.

Other than that, this was a good machine, with some minor issues in its design that made it illogical.

My advise for people stuck on the machine:
For User:
-Use all the latest scripts in all tools you use, as I found older ones not to be working

For root:
Don’t give privileges to the account you are already using, instead, create a new account and apply everything to it.

Hello all.
So close, yet so far from getting the user flag.
I have figured out everything regarding tools, system users, system info and I guess I am missing a hash in order to fool the 3 headed doggy.
Any hints of what (obviously obvious) am I missing?
Thanks in advance!

I suck at windows boxes. I’m trying to read about the different kerberos vulnerabilities and almost always end up in a position where I would need to use hashcat. Hashcat just runs through basic wordlists on the krb5. Any pointers what I am doing wrong?

Edit: My hashcat was just broken. Did it on a different machine in under 1s

Spoiler Removed

Ensure that env variables are set correspondingly în your shell.

I have mixed feelings about the rating of this box: on one hand, it’s easy if you have experience with AD, but if you don’t (like me)… boy, you’re in for a ride :slight_smile:

Overall a great learning experience, but there’s a specific (deliberate?) issue which made me lose a lot of time because openvpn wasn’t quite happy with what I did to my VM to overcome it.

All hints in this thread will set you on the right path so I won’t repeat them, but I have one more for root: keep an eye on the clock, even few minutes can make a big difference!

John is not reconizing the hash from G********s.py

Type your comment> @sudophreak said:

https://www.youtube.com/watch?v=2Xfd962QfPs

For me, that was by far and so far the best hint in this forum thread.

I’ve been doing a couple of retired machines, going through the videos and writeups. Hope to get there slowly, but still struggling.

ldap*****h gave me 89 users, many can’t be found in the 3-headed-dog-database, but I’m going to hack this box, even if I have to travel to the htb’s datacenter to get physical access to forest, I swear. :wink:

Type your comment> @joshibeast said:

Type your comment> @Drac0l17ch said:

(Quote)
You mean: Congrats User flag :wink:

I got as far as this but I’m still not sure how I get that flag.A nudge in the right direction would very much be appreciated

Type your comment> @Nikolay167 said:

Im really stuck at getting the user :frowning: So i have few questions i found the user from which we can get the hash.

I’m trying to use tool from impacket called G****T.py but after specifying -k -no-pass htb.local/{VULN USER}
it throws me an error except the hash.

SessionKeyDecryptionError: failed to decrypt session key: ciphertext integrity failure

So the question, is the problem on my end(software ver etc) or im doing something wrong and i will never get that way Hash?

use -request and you can choose the output of the hash to make it compatible.

Or you can use hashcat :slight_smile: I had to upgrade my version though

Struggling with what i believe is last step of user… have some users, have a password for one account. However not sure how to use it, standard windows attacks read only access blocks, can’t find any thing of interest in the shares available, have been back over the services enumeration wise with the account i have but nothing more useful jumps out. Full port scan twice, have netcated to all the higher port services but nothing jumps out as offering route to a shell.
If any one can offer a hint in the right direction please do, undoubtably over looking some thing stupid