基本信息
源码名称:C#木马源代码(特别标注:仅用于学习研究,请勿非法用途)
源码大小:0.08M
文件格式:.rar
开发语言:C#
更新时间:2023-04-22
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍
C#木马源代码(特别标注:仅用于学习研究,请勿非法用途)
C#编写的木马源代码,包括服务器和客户端,已测试成功,可以通过木马控制对方机器。


文件清单
├── 特洛伊木马客户端
│   ├── App.ico
│   ├── AssemblyInfo.cs
│   ├── bin
│   │   └── Debug
│   │       ├── client.exe
│   │       └── client.pdb
│   ├── client.csproj
│   ├── client.csproj.user
│   ├── client.sln
│   ├── client.sln.old
│   ├── client.suo
│   ├── Form1.cs
│   ├── Form1.resx
│   ├── Form2.cs
│   ├── Form2.resx
│   ├── Form3.cs
│   ├── Form3.resx
│   ├── Form4.cs
│   ├── Form4.resx
│   └── obj
│       └── Debug
│           ├── client.exe
│           ├── client.exe.incr
│           ├── client.Form1.resources
│           ├── client.Form2.resources
│           ├── client.Form3.resources
│           ├── client.Form4.resources
│           ├── client.pdb
│           ├── client.projdata
│           ├── temp
│           └── TempPE
└── 特洛伊木马服务器
    ├── App.ico
    ├── AssemblyInfo.cs
    ├── bin
    │   └── Debug
    │       ├── server.exe
    │       └── server.pdb
    ├── Form1.cs
    ├── Form1.resx
    ├── obj
    │   └── Debug
    │       ├── server.exe
    │       ├── server.exe.incr
    │       ├── server.Form1.resources
    │       ├── server.pdb
    │       ├── server.projdata
    │       ├── temp
    │       └── TempPE
    ├── server.csproj
    ├── server.csproj.user
    ├── server.sln
    ├── server.sln.old
    └── server.suo

14 directories, 41 files