資源簡(jiǎn)介
一個(gè)遠(yuǎn)程獲取目標(biāo)機(jī)文件的東西,利用Socket進(jìn)行雙向通信,獲取目標(biāo)機(jī)的文件路徑、文件、發(fā)送CMD命令、獲取目標(biāo)機(jī)當(dāng)前屏幕截圖、電腦日志
代碼片段和文件信息
/********************************************************************
?*??單元描述: 被控制的客戶端
?* 編輯日期: 2017年9月1日?10:39:04
?* 編輯類型: 服務(wù)端獲取客戶端文件等
?* 編輯人: ????張思維
?* 編輯內(nèi)容:???獲取客戶端資料
?*??????類名:???Client.cs
********************************************************************/
using?System;
using?System.Collections.Generic;
using?System.Data;
using?System.Diagnostics;
using?System.Drawing;
using?System.IO;
using?System.Management;
using?System.Net;
using?System.Net.Sockets;
using?System.Runtime.Serialization.Formatters.Binary;
using?System.Text;
using?System.Threading;
using?System.Windows.Forms;
using?CCWin;
using?Common;
using?System.Diagnostics;
namespace?Client
{
????///?
????///?被控制的客戶端
????///?
????public?partial?class?Client?:?Form
????{
???????
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????187??2017-08-31?11:13??StudySocket\Client\App.config
?????文件??????????0??2017-09-05?10:05??StudySocket\Client\bin\Debug\6536
?????文件??????16896??2017-09-07?10:01??StudySocket\Client\bin\Debug\Client.exe
?????文件????????187??2017-08-31?11:13??StudySocket\Client\bin\Debug\Client.exe.config
?????文件??????32256??2017-09-07?10:01??StudySocket\Client\bin\Debug\Client.pdb
?????文件??????22984??2017-09-07?09:50??StudySocket\Client\bin\Debug\Client.vshost.exe
?????文件????????187??2017-08-31?11:13??StudySocket\Client\bin\Debug\Client.vshost.exe.config
?????文件????????490??2012-06-06?02:06??StudySocket\Client\bin\Debug\Client.vshost.exe.manifest
?????文件???????8704??2017-09-07?10:01??StudySocket\Client\bin\Debug\Common.dll
?????文件??????24064??2017-09-07?10:01??StudySocket\Client\bin\Debug\Common.pdb
?????文件????2738176??2016-05-18?18:13??StudySocket\Client\bin\Debug\CSkin.dll
?????文件?????347136??2017-07-13?19:33??StudySocket\Client\bin\Debug\shisan13.dll
?????文件??????18725??2017-09-07?09:59??StudySocket\Client\Client.cs
?????文件???????4373??2017-09-07?10:01??StudySocket\Client\Client.csproj
?????文件???????3596??2017-09-06?09:21??StudySocket\Client\Client.Designer.cs
?????文件???????6011??2017-09-06?09:21??StudySocket\Client\Client.resx
?????文件????????180??2017-09-07?10:01??StudySocket\Client\obj\Debug\Client.Client.resources
?????文件????????865??2017-09-07?10:01??StudySocket\Client\obj\Debug\Client.csproj.FileListAbsolute.txt
?????文件????????976??2017-09-07?10:01??StudySocket\Client\obj\Debug\Client.csproj.GenerateResource.Cache
?????文件??????15588??2017-09-07?10:01??StudySocket\Client\obj\Debug\Client.csprojResolveAssemblyReference.cache
?????文件??????16896??2017-09-07?10:01??StudySocket\Client\obj\Debug\Client.exe
?????文件??????32256??2017-09-07?10:01??StudySocket\Client\obj\Debug\Client.pdb
?????文件????????180??2017-09-07?10:01??StudySocket\Client\obj\Debug\Client.Properties.Resources.resources
?????文件??????17045??2017-09-05?14:53??StudySocket\Client\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7558??2017-09-07?09:57??StudySocket\Client\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????????0??2017-08-31?11:13??StudySocket\Client\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2017-08-31?11:13??StudySocket\Client\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2017-08-31?11:13??StudySocket\Client\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件????????519??2017-09-05?15:19??StudySocket\Client\Program.cs
?????文件???????1350??2017-08-31?11:13??StudySocket\Client\Properties\AssemblyInfo.cs
............此處省略110個(gè)文件信息
評(píng)論
共有 條評(píng)論