HTB - Maze (Reversing)
by paven - Saturday February 10, 2024 at 01:49 AM
#1
Maze - Reversing - Medium

Good luck everyone! Let's tackle this together!
https://app.hackthebox.com/challenges/maze
Reply
#2
have anyone solve this
Reply
#3
does anyone completed this?
Reply
#4
I use binwalk to extract all embed file.
enc_maze.zip password: Y0u_Ar3_W4lkiNG_t0_Y0uR_D34TH
Does anyone know how to get "obf_path" in python file???
Reply
#5
does anyone complete
Reply
#6
(02-24-2024, 01:17 AM)axel123 Wrote: I had some problems with this chellengue, any tips?

can you explain more what's you problem
Reply
#7
does anyone completed this?
Reply
#8
solved it hahahaha
Reply
#9
from pwn import * encrypted_flag_array = [273, 308, 290, 254, 230, 271, 232, 254, 260, 279, 210, 232, 273, 325, 303, 264, 217, 221, 204, 263, 215, 258, 230, 283, 237, 268, 259, 287, 224, 219, 193, 192, 135, 117, 191] flag = ["H", "T", "B"] p = log.progress("flag") i = 0 for enc_value in encrypted_flag_array:     c = enc_value - (ord(flag[i + 1]) + ord(flag[i + 2]))     flag.append(chr(c))     i += 1     p.status(''.join(flag))
Reply
#10
need help on marshal moment plzz
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [FREE] 300+ Writeups PDF HackTheBox/HTB premium retired Tamarisk 365 113,328 Yesterday, 07:30 PM
Last Post: N1GHTC0D3
  HTB Eloquia User and Root Flags - Insane Box 69646B 14 17,596 08-21-2026, 07:27 PM
Last Post: tangol
  [MEGALEAK] HackTheBox ProLabs, Fortress, Endgame - Alchemy, 250 Flags, leak htb-bot htb-bot 94 26,211 08-21-2026, 06:20 AM
Last Post: jamoski
  [FREE] HTB-ProLabs APTLABS Just Flags kewlsunny 25 19,487 08-15-2026, 06:06 PM
Last Post: m4573rx
  HTB - ALL Challenges you Stuck in osamy7593 3 17,642 08-15-2026, 01:58 AM
Last Post: 0xIDA



 Users browsing this thread: 1 Guest(s)