HTB Sherlocks - Noted
by DwightSchrute - Friday January 26, 2024 at 10:31 AM
#1
Hi guys,

here are the solutions for the new released Sherlock "Noted" from Jan 25 2024.

Somehow i am missing the task 4 and can't find the right solution.
So i share with you my solution in hope someone could help me with task 4 and complete the thing. 

Task1: C:\Users\Simon.stark\Documents\Dev_Ops\AWS_objects migration.pl
Task2: C:\Users\simon.stark\Desktop\LootAndPurge.java
Task3: Forela-Dev-Data.zip
Task4: HELP PLEASE ;-)
Task5: 0xca8fa8f0b631ecdb18cda619c4fc9d197c8affca
Task6: CyberJunkie@mail2torjgmxgexntbrmhvgluavhj7ouul5yar6ylbvjkxwqf6ixkwyd.onion
Reply
#2
2023-07-24 09:53:23
Reply
#3
(01-26-2024, 10:31 AM)DwightSchrute Wrote: Hi guys,

here are the solutions for the new released Sherlock "Noted" from Jan 25 2024.

Somehow i am missing the task 4 and can't find the right solution.
So i share with you my solution in hope someone could help me with task 4 and complete the thing. 

Task1: C:\Users\Simon.stark\Documents\Dev_Ops\AWS_objects migration.pl
Task2: C:\Users\simon.stark\Desktop\LootAndPurge.java
Task3: Forela-Dev-Data.zip
Task4: HELP PLEASE ;-)
Task5: 0xca8fa8f0b631ecdb18cda619c4fc9d197c8affca
Task6: CyberJunkie@mail2torjgmxgexntbrmhvgluavhj7ouul5yar6ylbvjkxwqf6ixkwyd.onion


for number 4 you can do it like this

import datetime

timestamp_low = -1354503710
timestamp_high = 31047188

full_timestamp = (timestamp_high << 32) | (timestamp_low & 0xFFFFFFFF)

timestamp_seconds = full_timestamp / 10**7
timestamp = datetime.datetime(1601, 1, 1) + datetime.timedelta(seconds=timestamp_seconds)

print(timestamp)


then use it on session.xml
Reply
#4
Anyone help to solve this machine
Reply
#5
this is not a machine and all the answer are above...
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [MEGALEAK] HackTheBox ProLabs, Fortress, Endgame - Alchemy, 250 Flags, leak htb-bot htb-bot 90 7,526 Today, 05:26 AM
Last Post: dingaghost
  [FREE] 300+ Writeups PDF HackTheBox/HTB premium retired Tamarisk 363 88,772 Today, 05:13 AM
Last Post: dingaghost
  [FREE] HTB-ProLabs APTLABS Just Flags kewlsunny 23 2,353 03-28-2026, 03:30 AM
Last Post: lulaladrow
  HTB Eloquia User and Root Flags - Insane Box 69646B 13 353 03-27-2026, 06:14 PM
Last Post: vlxw
  HTB - ALL Challenges you Stuck in osamy7593 2 650 03-27-2026, 04:24 PM
Last Post: catsweet



 Users browsing this thread: