HTB - KHP Protocol
by Th3B4h0z - Monday July 29, 2024 at 01:53 PM
#1
let's discuss HTB - KHP Protocol
Reply
#2
anyone solved this ? any hints ?
Reply
#3
(08-29-2024, 11:51 AM)x1rx Wrote: anyone solved this ? any hints ?

Bit late to the party, but some hints for anyone still looking... this challenge is a heap overflow exploit.

I'd recommend installing pwndbg extension to gdb to run the server process and inspect the heap.

From pwndbg / gdb you can then e.g. run these commands:

p (char*[10])IN_MEM_KEYS p (char*)KEYS_BUF

... in order to see where on the heap things are being created when malloc() and free() do their thing.

Don't forget: malloc() is quite deterministic in re-using bins that have been freed().
Reply
#4
Any hint i am stuck!!
Ban reason: Compromised - Malware Logs (Permanent)
Reply


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



 Users browsing this thread: 1 Guest(s)