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
  SVCHOST Injector 2026 opsecmaster67 0 28 1 hour ago
Last Post: opsecmaster67
  Cold Seal 5.6 cracked Sensitive information can be exposed or stolen opsecmaster67 0 33 1 hour ago
Last Post: opsecmaster67
  EagleRAT v2.5 Create backdoor access points opsecmaster67 0 31 1 hour ago
Last Post: opsecmaster67
  [FREE] HackTheBox Academy - CBBH CDSA CPTS All Modules Flags Techtom 43 3,453 2 hours ago
Last Post: qwertyuiop0987654321
  CBBH Write Ups hiddenhacker 27 6,725 2 hours ago
Last Post: qwertyuiop0987654321

Forum Jump:


 Users browsing this forum: 1 Guest(s)