Mar 31, 2024, 04:08 AM
|
HTB - Mist
by ghostess256 - Friday March 29, 2024 at 10:25 PM
|
|
Mar 31, 2024, 04:33 AM
what s next hint ?? bro
This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Leeching | http://c66go4clkqodr7tdjfu76jztjs7w7d3fajdeypxn73v4ju3dt7g5yyyd.onion/Forum-Ban-Appeals if you feel this is incorrect.
Mar 31, 2024, 04:43 AM
The script's primary function appears to be to update a set of shortcut files in a common application directory with a set from a user's AppData\links directory. Before copying, it checks if any of the existing shortcuts in the destination directory differ from those in the source. If they do, it opens the differing destination shortcut before proceeding to overwrite it (along with any other files) with the versions from the source directory.
Mar 31, 2024, 06:24 AM
(Mar 30, 2024, 09:34 PM)bingle Wrote: got foothold earlier, to do so it's not that hard : How can I tell that `admin_backup.php` exists? Thank you for providing the solution ideas.
Mar 31, 2024, 07:45 AM
Mar 31, 2024, 09:06 AM
Mar 31, 2024, 11:56 AM
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.
Mar 31, 2024, 12:43 PM
I've had the shell as brandon for 3 hours but I can't find anything, has anyone made any progress? DM me if possible
Mar 31, 2024, 01:05 PM
Managed to get ntlm for Brandon.
Was a stupid amount of work. Not sure it's necessary. Rabbit hole?
Mar 31, 2024, 01:19 PM
we cannot crack the ntlm hash of brandon and we cannot enumerate smb shares (without creds)
|
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| [FREE] HackTheBox Academy - CBBH CDSA CPTS All Modules Flags | 22 | 2,661 |
26 minutes ago Last Post: Akvlt |
||
|
|
[FREE] HackTheBox All Cheatsheets | 4 | 479 |
5 hours ago Last Post: Reminiscing |
|
| [FREE] HackTheBox Dante - complete writeup written by Tamarisk | 602 | 92,181 |
Yesterday, 06:48 PM Last Post: sabero_exe |
||
| [FREE] CPTS 12 FLAGS | 68 | 2,020 |
Yesterday, 09:54 AM Last Post: VictorPipeau |
||
| [FREE] 300+ Writeups PDF HackTheBox/HTB premium retired | 371 | 93,072 |
Yesterday, 08:48 AM Last Post: phannguyenbaouy1 |
||