LeakedIn Logo
Stories About Data Leaks and Related Stuff

Potential leak of data: Shellcode

0 votedvote

Detected 2 occurrence(s) of ‘\\x[0-9a-f]{2}\\x[0-9a-f]{2}\\x[0-9a-f]{2}\\x[0-9a-f]{2}\\x[0-9a-f]{2}\\x[0-9a-f]{2}\\x[0-9a-f]{2}\\x[0-9a-f]{2}\\x[0-9a-f]{2}\\x[0-9a-f]{2}’:

mov eax, flFOV
		mov [esp+0xC], eax
		pop eax

		jmp oFOVChange
	}
}

DWORD WINAPI Init(LPVOID args)
{
	char *data, *mask, *ptr = NULL;
	int num = 0, failures = 0;

	printf( "HASH CHANGE" );

	data = "\x55\x8B\xEC\x8B\x41\x40\x83\xF8\x01\x75\x0E\x8B\x45\x0C\xD9\x00\x8B\x4D\x08\xD9\x19\x5D";
	mask = HHH/* 55*/HHH/* 8B*/HHH/* EC*/HHH/* 8B*/HHH/* 41*/HHH/* 40*/HHH/* 83*/HHH/* F8*/HHH/* 01*/HHH/* 75*/HHH/* 0E*/HHH/* 8B*/HHH/* 45*/HHH/* 0C*/HHH/* D9*/HHH/* 00*/HHH/* 8B*/HHH/* 4D*/HHH/* 08*/HHH/* D9*/HHH/* 19*/HHH/* 5D*/;

	while( !pt

Source: http://pastebin.com/raw.php?i=3EFr6UTT

Tags: ,

Comments are closed.