[*] '/home/zelas/Desktop/pwn/picoctf_2018_buffer overflow 1/PicoCTF_2018_buffer_overflow_1' Arch: i386-32-little RELRO: Partial RELRO Stack: No canary found NX: NX disabled PIE: No PIE (0x8048000) RWX: Has RWX segments
stream = fopen("flag.txt", "r"); if ( !stream ) { puts( "Flag File is Missing. Problem is Misconfigured, please contact an Admin if you are running this on the shell server."); exit(0); } fgets(s, 64, stream); returnprintf(s); }