Shell not always escalating privileges in narnia
I’m going through the various overthewire wargames and I have a question about narnia0. The code in c contains
if(val==0xdeadbeef)
system(“/bin/sh”);
else {
printf(“WAY OFF!!!!\n”);
I got it to work with the simple buffer … Continue reading Shell not always escalating privileges in narnia