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

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 11

  • @karkantas
    @karkantas 2 года назад +14

    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.

    • @shba9300
      @shba9300 Год назад

      same I can't find the process explorer.exe someone is trolling I think they should remove some commands that allows to kill processes so no one can disrupt others

    • @kevinweeks3824
      @kevinweeks3824 Год назад

      its been a few month battle myself haha, and then i come to Tylers video and he is not sharing the screen on the part i was having an issue with haha wtf no wonder there are no write ups for this shit room

    • @itsmethebigg9568
      @itsmethebigg9568 Год назад

      Yeah, it kept logging me out of RDP.
      I did everything I could do, and often times it would not let me RDP back in, like at all.
      This room really pissed me off. I gave up on it, and just grabbed the answers from Google and RUclips.

    • @danielgray1073
      @danielgray1073 2 месяца назад

      @@itsmethebigg9568 yeah man i cant find the explorer.exe process man ive spent so long at this. at least i am exposed to the idea of needing to run in the context of a user and the migrate command, hey that's good stuff at least. ha should i keep going in the next rooms.
      sshould i keep going with the next part of this exploit ad room?
      Im studying for the pnpt im gonna finish these AD rooms and then just take that thing

  • @asieraugusto7230
    @asieraugusto7230 Год назад

    Where can I get some good hacking notes?

    • @danielgray1073
      @danielgray1073 2 месяца назад

      like written notes? you don't like videos? that's cool i get that. it all depends on your level man. i would recomend the cs50 course on cybersecurity. its awesome and its free. and its short. really really good. for like a general picture right it's for beginners.

  • @imranthoufeeque
    @imranthoufeeque Год назад

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

  • @MP-gw3im
    @MP-gw3im Год назад +1

    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"