HTB - Mist
by ghostess256 - Friday March 29, 2024 at 10:25 PM
#91
(04-02-2024, 07:56 PM)sus11 Wrote: Got This hash, cant crack him dont know how to continue from this point
svc_web::MS01:1122334455667788:2a1beddd69c71ca052428592e5d3cbb9:010100000000000069fbc8c3c283da01fecd0ddc57a9967c0000000008003000300000000000000000000000003000005244af53b397216e69d27c37edb6b316715fda182a087e1bf2499435508a5ba60a00100000000000000000000000000000000000090000000000000000000000
how could you not crack this?
svc_web:MostSavagePasswordEver123
Reply
#92
(04-02-2024, 09:11 PM)chillywilly Wrote:
(04-02-2024, 07:56 PM)sus11 Wrote: Got This hash, cant crack him dont know how to continue from this point
svc_web::MS01:1122334455667788:2a1beddd69c71ca052428592e5d3cbb9:010100000000000069fbc8c3c283da01fecd0ddc57a9967c0000000008003000300000000000000000000000003000005244af53b397216e69d27c37edb6b316715fda182a087e1bf2499435508a5ba60a00100000000000000000000000000000000000090000000000000000000000
how could you not crack this?
svc_web:MostSavagePasswordEver123

john --wordlist=/usr/share/wordlists/rockyou.txt hash.txt
Using default input encoding: UTF-8
Loaded 1 password hash (netntlmv2, NTLMv2 C/R [MD4 HMAC-MD5 32/64])
Will run 8 OpenMP threads
Press 'q' or Ctrl-C to abort, almost any other key for status
0g 0:00:00:04 DONE (2024-04-02 17:43) 0g/s 3032Kp/s 3032Kc/s 3032KC/s !SkicA!..*7¡Vamos!
Reply
#93
(04-02-2024, 06:36 PM)Th35t0rm Wrote: any hint for Administrator in DC01 ?

Not sure if it's a rabbit hole, but you can get ntlm hashes for svc_ca$ and svc_cabackup. Stuck here too
Reply
#94
trying exactling the same .. are you you using that tool for dumps pass dm if you can
Reply
#95
(04-02-2024, 10:40 PM)orwell1984 Wrote:
(04-02-2024, 10:29 PM)Test12349 Wrote:
(04-02-2024, 06:36 PM)Th35t0rm Wrote: any hint for Administrator in DC01 ?

Not sure if it's a rabbit hole, but you can get ntlm hashes for svc_ca$ and svc_cabackup. Stuck here too

I got hash for svc_ca$. How did you get the hash for svc_cabackup?



https://github.com/ShutdownRepo/pywhisker.git
Reply
#96
For this machine you will need

Webdav coerce
https://gist.github.com/KINGSABRI/e20693...ce49d004ca

chisel

ntlmrelayx and patch https://github.com/fortra/impacket/pull/1402

PetitPotam https://github.com/topotam/PetitPotam

gettgtpkinit https://github.com/dirkjanm/PKINITtools

Thanks Akorexsecurity

User flag on the MS1 admin root flag on domain controller admin
Reply
#97
Could you explain how you got get this idea?just want to know which files you looked into to this idea.

(03-31-2024, 11:56 AM)gtastav Wrote: For brandon:
$source = "C:\Users\Brandon.Keywarp\AppData\links"
$destination = "C:\Common Applications"
$sourceFiles = Get-ChildItem -Path $source -Filter *.lnk

foreach ($file in $sourceFiles) {
    $sourceFile = $file.FullName
    $destFile = Join-Path -Path $destination -ChildPath $file.Name
    if (Test-Path -Path $destFile) {
    $sHash = (Get-FileHash -Path $sourceFile -Algorithm SHA256).Hash
    $dHash = (Get-FileHash -Path $destFile -Algorithm SHA256).Hash
    write-host $sHash
    write-host $dHash
        if ($sHash -ne $dHash) {
        Invoke-Item $destFile
        start-sleep -seconds 5
        }
    }
}

Means you can upload a crafted .lnk file(to the directory in the code above) to trigger a shell and  to get the shell as brandon.
Reply
#98
Does anyone have the problem when trying to connect to the machine? I can't connect to the machine today, even changed to other VPN server but it still can't connect.
Reply
#99
(04-03-2024, 05:08 AM)KillerWhale Wrote: Does anyone have the problem when trying to connect to the machine? I can't connect to the machine today, even changed to other VPN server but it still can't connect.

Same here! Ping is working but not web service is.
Reply
(04-03-2024, 05:34 AM)GWTW Wrote:
(04-03-2024, 05:08 AM)KillerWhale Wrote: Does anyone have the problem when trying to connect to the machine? I can't connect to the machine today, even changed to other VPN server but it still can't connect.

Same here! Ping is working but not web service is.

This has been happened to me for 6 hours. Can't move on now.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [FREE] 300+ Writeups PDF HackTheBox/HTB premium retired Tamarisk 360 88,710 03-28-2026, 09:28 AM
Last Post: catsweet
  [FREE] HTB-ProLabs APTLABS Just Flags kewlsunny 23 2,348 03-28-2026, 03:30 AM
Last Post: lulaladrow
  [MEGALEAK] HackTheBox ProLabs, Fortress, Endgame - Alchemy, 250 Flags, leak htb-bot htb-bot 87 7,490 03-27-2026, 07:22 PM
Last Post: stn
  HTB Eloquia User and Root Flags - Insane Box 69646B 13 350 03-27-2026, 06:14 PM
Last Post: vlxw
  HTB - ALL Challenges you Stuck in osamy7593 2 646 03-27-2026, 04:24 PM
Last Post: catsweet



 Users browsing this thread: 1 Guest(s)