Starting the thread. 40 minutes left, good luck everyone ![]()
?
hi
could somebody please lend me some gtx1080 for those hashes ![]()
but how did you get those hashes?
could you please give a hint on a specific service?
impacket again⌠![]()
but no chance to crack them⌠![]()
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 ![]()
Type your comment> @rewks said:
@lukeasec said:
but I am really hoping this box is not all about A**** for rootâŚmy head hurts alreadyIf 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
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. ![]()
https://github.com/SecureAuthCorp/impacket/issues/446
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. ![]()
P.S. when this bit me I got the same traceback and the steps in linked issue or PYTHONPATH fixed it for me