From 8bf9c6d64220b0dd7b69f4fba479e978d43d4efa Mon Sep 17 00:00:00 2001 From: Randark Date: Fri, 20 Sep 2024 03:10:16 +0000 Subject: [PATCH] update --- source-pwn-brochure/src/test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source-pwn-brochure/src/test.c b/source-pwn-brochure/src/test.c index f33a3a4..6d1660f 100644 --- a/source-pwn-brochure/src/test.c +++ b/source-pwn-brochure/src/test.c @@ -4,6 +4,7 @@ int main() { system("echo 'Welcome to CTF-Archives!'"); system("echo 'This is a test environment for environmental testing only'"); + fflush(stdout); system("/bin/sh"); return 0; } \ No newline at end of file