搜索资源列表
spyImpl
- spy++的简单实现,用到了远程进程的代码注入和启动远程线程-spy the simple realization of a long-range process used in the code and initiate a remote injection Thread
3
- 密码框查看工具 源代码 (1)密码框查看工具提升自身进程的权限,增加DEBUG权限; (2)根据鼠标位置获得窗口句柄; (3)根据窗口句柄获得所属的进程ID; (4)密码框查看工具以PROCESS_ALL_ACCESS方式打开该进程; (5)往该进程中注入线程代码; (6)建立并执行远程线程,在该远程线程中使用GetWindowText以获取窗口文本; (7)密码框查看工具读取内容并显示。 密码框查看工具软件特点: 无需DLL。 对于该功能的实现,
lockwindows
- 本来用键盘驱动程序能完美解决的,可未免也杀鸡用牛刀,场面搞大了点。其实当你登录后,Winlogon创建一个新的桌面并调用Explorer。,而Winlogon则在另一个名为Winlogon的桌面中,也就是说,NT至少有一个桌面,就是你登录前看到的那个,(题外话:所以写个虚拟桌面工具,就难不倒你啦)。而Ctrl+Alt+Del对系统而言,也不过就是个热键罢了,只是它被定位到Winlogon桌面中去了,同样,它也必然有一个窗口负责处理这个热键消息的,因此,解决方案就出来,如果我们可找到这个窗口并子类
down
- TinyFWB1.0为一款下载者后门,采用进程注入的方式来穿透防火墙。 [MyDownloader.rar] - 自己用C++写的下载者。利用远程线程注入技术注入自身的一段用于下载的代码从而有效的穿透防火墙。编译到一个节后大小只有1.5KB
InjectCode
- 本示例程序演示了如何在一个进程中空间中远程注入一段代码并运行,代码虽然不长,但已涉及远程代码注入的所有技术。-the sample program demonstrated how, in a process of long-range space into a code and run, code is not long, but involve remote code into all the technical.
call
- 可用于远程CALL测试是郁金香视频用到的代码注入器,可以进行远程call注入,非常的好用和简单-CALL can be used to remotely test is used in the tulip video code injection device, you can call into the remote, very easy to use and simple
GetWINLOGON
- GetWinLogon 一个简单的远程控制程序代码,可以自动注入到WinLogon进程,是个完整的远程控制架构原型,虽然功能很简单,但值得学习!-GetWinLogon a simple remote control program code can be automatically injected into the WinLogon process, is a complete remote control of the prototype architecture, although th
DLL
- dll远程注入实例代码 dll远程注入实例代码 -dll set in dll set indll set indll set in
VBzhuruDLL
- 很多人说VB不能远程注入DLL,其实是错误的。VB其实也能象C++等其他语言一样轻松搞定,不信就看看这个代码。这个代码经过充分测试,包括系统进程都可以正常注入和卸载,就连杀毒软件都能注入。-Many people say that VB can not remote into the DLL, in fact, is wrong. VB can be a matter of fact, as C++ and other languages as easily get, do not look a
InjectDll
- 一个C++的源码,关于远程注入的。代码还不错。-A C++ source code, on the remote injection. Code is also good.
SQLinjection
- C编写的自动SQL注入源码工程,一个远程多线程的,快速猜解某一注入点的后台数据库账户和密码,支持Access、Mssql、Mysql、Oracle数据库猜解。若SQL注入点URL含有多个参数时,需将存在注入的参数换位置到URL末尾,因为本程序代码默认URL最后一个参数存在注入。-Automated SQL injection source projects written in C, a remote multi-threaded, fast-guess the solution of an i
remote-inject
- 远程线程注入*c++代码。远程线程插入(注入)技术指的是通过在另一个进程中创建远程线程的方法进入目标进程的内存地址空间。将*程序以DLL的形式实现后,需要使用插入到目标进程中的远程线程将该*DLL插入到目标进程的地址空间,即利用该线程通过调用Windows API LoadLibrary函数来加载*DLL,从而实现*对系统的侵害。 -Remote thread injecting Trojan c++ code. Remote thread injection ( injectio
RemoteThreadDll
- DLL注入之远线程方式 每个进程都有自己的虚拟地址空间,对32位进程来说,这个地址空间的大小为4GB。因为每个进程都有自己专有的地址空间,当进程的各个线程运行的时候,它们只能够访问属于自己进程的内存。这样做的一个好处是维护系统的安全,防止进程的私有空间被入侵。世界上有了矛就有了盾,windows也撕开了一个小口,提供了一些函数来让其它进程对另一个进程进行操作,当然亦邪亦正,全在于你。大名鼎鼎的CreateRemoteThread就是属于这样的函数。 远线程注入的基本原理就是通过在另一个
Inject
- 这是一个远程注入的完整代码,我用它来注入我写的完美的DLL文件。-This is a remote injection of complete code, I use it to inject my writing perfect DLL files.
ProcessInject_VB
- 远程进程注入VB代码。使用VB编写的远程注入代码。-Remote process inject VB code. VB prepared using remote into code.
DLL_Injection
- DLL远程注入例程,测试环境WIN7 32bit,注入dll文件到notepad.exe进程中并执行dll内的代码,在notepad上面打开一个消息窗口-DLL injection example tested in win7 32bit, inject to notepad.exe and opens a message box
call
- c++ 远程注入代码 例子,可以学历的好资料-C++ remote injection code example, you can learn good information