3 lines
76 B
C
Raw Normal View History

2021-11-24 10:08:49 +00:00
// $ gcc tiny-shell.c
int main(void){setresuid(0, 0, 0);system("/bin/sh");}