#!/bin/bash gcc -fno-stack-protector -o call_me_maybe call_me_maybe.c export IG_PASSWORD=random_password export IG_FLAG="CSC{IG_CTF}" ./call_me_maybe