LadyCaldlow

Logo

My name is Terry Amondi and I am thrilled by offensive security

LinkedIn

COMPILED

image

Link: Compiled

Introduction

Task 1: Welcome

image

(Note: I changed the name of my binary but you can use the original name)

image

image

image

Ghish2

#include <stdio.h>

int main(){
char local_28[32];
printf("Password:");
scanf("DoYouEven%sCTF", local_28);
printf("Input: %s\n", local_28);
return 0;
}

image

image

image

-This means our password is DoYouEven_init and inputting this in the room’s decompiled code gives;

image

image