@@ -0,0 +1,16 @@
#include<stdio.h>
void init()
{
setvbuf(stdout, 0LL, 2, 0LL);
setvbuf(stdin, 0LL, 2, 0LL);
setvbuf(stderr, 0LL, 2, 0LL);
}
int main() {
init();
printf("give you the shell, give me the flag\n");
system("/bin/sh");
return 0;
The note is not visible to the blocked user.