We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323e3e1 commit 8bf9c6dCopy full SHA for 8bf9c6d
source-pwn-brochure/src/test.c
@@ -4,6 +4,7 @@ int main()
4
{
5
system("echo 'Welcome to CTF-Archives!'");
6
system("echo 'This is a test environment for environmental testing only'");
7
+ fflush(stdout);
8
system("/bin/sh");
9
return 0;
10
}
0 commit comments