Getting Started writeup

Getting Started writeup

Challenge name: Getting Started

Difficulty: Very Easy

Challenge Scenario: Get ready for the last guided challenge and your first real exploit. It’s time to show your hacking skills.

Link: https://app.hackthebox.com/challenges/Getting%2520Started?tab=play_challenge

Machine IP: 154.57.164.64:31934

Navigated to the site and right away it looks like its asking us to do a buffer overflow and show us what address we should be changing.

Downloaded the files that came with the challenge. It  gives us a pwntool script and the binary. 

Edited the code since it tells us the target is at 48bytes and put in the IP and port. Ran it and it gave me the flag.

GG

Leave a comment