write-ups-challenges-2019-2020/call_me_more/test.sh

9 lines
111 B
Bash
Raw Normal View History

2022-11-24 21:43:03 +00:00
#!/bin/bash
gcc -o server server.c
export IG_PASSWORD=random_password
export IG_FLAG="CSC{IG_CTF}"
./server