Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
How to exploit this:
#include <stdio.h>
int main(int argc,char *argv[]) { char command[511]; fgets(command,510,stdin); system(command); //execlp(,"less",NULL); return 0;//this is really easy. }
I tried doing a BoF attack.
perl -e'print "A" x 516'
and incressed each time but I could never get a segfault. Is there another way to exploit this code?