Monteverde

Starting the thread. 40 minutes left, good luck everyone :slight_smile:

?

hi

could somebody please lend me some gtx1080 for those hashes :wink:

but how did you get those hashes?

could you please give a hint on a specific service?

impacket again… :wink:
but no chance to crack them… :frowning:

did you use kerberos attack?

‘Do not require Kerberos preauthentication’ set (UF_DONT_REQUIRE_PREAUTH).

I don’t know what stage you’re at but there is no cracking required to get user

actually? so impacket isnt necessary?

actually? so impacket isnt necessary?

User is fairly easy, also remember that as per ‘machine submission rules’ no heavy cracking should be required on HTB, only common passwords are accepted; if you see a hash, it either can be cracked in minutes or it’s useless.

but I am really hoping this box is not all about A**** for root…my head hurts already

but what script from impacket have you used? can’t figure it out

my scripts from impacket are giving errors.
did not had that before rolling to python3.
i have users… but thats all.
and yes i did a git pull

congrats @splintercode That’s insane how fast you did it

@lukeasec said:
but I am really hoping this box is not all about A**** for root…my head hurts already

If it is and you figure it out, give me a shout - I’ve been going through the docs and some on-box files for over an hour and come up with nothing :smiley:

Type your comment> @rewks said:

@lukeasec said:
but I am really hoping this box is not all about A**** for root…my head hurts already

If it is and you figure it out, give me a shout - I’ve been going through the docs and some on-box files for over an hour and come up with nothing :smiley:

That’s where I am for user…lol

Type your comment> @madhack said:

my scripts from impacket are giving errors.
did not had that before rolling to python3.
i have users… but thats all.
and yes i did a git pull

I think I may know what you’re talking about. Had a similar issue after doing an update.
If this is your error:

Traceback (most recent call last):
File “xxxxxxx.py”, line 334, in
logger.init(options.ts)
TypeError: init() takes no arguments (1 given)

then edit out this line from the script:

Init the example’s logger theme
logger.init(options.ts)

Hope this help!

Type your comment> @madhack said:

my scripts from impacket are giving errors.
did not had that before rolling to python3.
i have users… but thats all.
and yes i did a git pull

If you are using kali and have the packages installed it will conflict with your libs from master and make all the scripts in the repo real sad. I don’t remember ever installing the package so it might be worth a double check. :slight_smile:

You can set PYTHONPATH to the repo base; I think I ended up doing both.

HTH

edit: replaced awful workaround with link to issue and more sane workaround. :slight_smile:

P.S. when this bit me I got the same traceback and the steps in linked issue or PYTHONPATH fixed it for me