9 lines
154 B
Bash
Executable File
9 lines
154 B
Bash
Executable File
#!/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
|