Exploiting AD - Part 2 [Active Directory Hacking] -- TryHackMe LIVE!

preview_player
Показать описание
--- -
This is the second video of working through the "Exploiting AD" room on TryHackMe. We do everything from abusing the print spooler service to using a keylogger to steal credentials for a password database and much more!

Enjoy!!
---------------------
Let's connect:
Рекомендации по теме
Комментарии
Автор

that fucking network. either someone is messing with me or its completely broken. I mean at first i cant find flags, then i cant find the .kdbx file then there is no explorer.exe running. Every time i need to do something, i need to restart the network cause its broken. At this point i am more curious to stalk and see who the hell fucks with the networks than actually solving them.

karkantas
Автор

From where you got that creds.txt file...

imranthoufeeque
Автор

Where can I get some good hacking notes?

asieraugusto
Автор

To make the password work 1:20:12

$password = 'Complexity1234!';
$securePassword = ConvertTo-SecureString $password -AsPlainText -Force;
New-Localuser "Me" -Password $securePassword -FullName "Me" -Description "none"

MP-gwim