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
(Feb 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] HackTheBox Academy - CBBH CDSA CPTS All Modules Flags Techtom 34 3,136 3 hours ago
Last Post: 0xff0day
  [MEGALEAK] HackTheBox ProLabs, Fortress, Endgame - Alchemy, 250 Flags, leak htb-bot htb-bot 93 8,535 4 hours ago
Last Post: shx
  Hack the box Pro Labs, VIP, VIP+ 1 month free Method RedBlock 25 2,534 Yesterday, 02:43 PM
Last Post: cry_elite
  CBBH Write Ups hiddenhacker 25 6,597 Yesterday, 02:41 PM
Last Post: cry_elite
  [FREE] CPTS 12 FLAGS pulsebreaker 84 2,934 Yesterday, 02:33 PM
Last Post: justhelpmefly

Forum Jump:


 Users browsing this forum: 1 Guest(s)