文件名称:Windows_Password_Logger
- 所属分类:
- 系统编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 34kb
- 下载次数:
- 0次
- 提 供 者:
- 睡*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
windows登陆密码信息拦截,获取明文口令。程序对不同系统做了处理,在2000,2003,xp,vista上都可以截取,
在2000,2003,xp中,通过UNICODE_STRING.Length 的高8位取xor key,如果密码是编码过的,则通过ntdll.RtlRunDecodeUnicodeString解码,
vista则通过AdvApi32.CredIsProtectedW判断密码是否编码过,解码用AdvApi32.CredUnprotectW。-The windows Password intercept, access to the plaintext password. Processing program on a different system in 2000, 2003, xp, vista can intercept, 2000,2003, xp UNICODE_STRING.Length high eight take xor key if the password is encoded by the ntdll.RtlRunDecodeUnicodeString decoding, vista, to judge by AdvApi32.CredIsProtectedW and password whether encoding, decoding AdvApi32.CredUnprotectW.
在2000,2003,xp中,通过UNICODE_STRING.Length 的高8位取xor key,如果密码是编码过的,则通过ntdll.RtlRunDecodeUnicodeString解码,
vista则通过AdvApi32.CredIsProtectedW判断密码是否编码过,解码用AdvApi32.CredUnprotectW。-The windows Password intercept, access to the plaintext password. Processing program on a different system in 2000, 2003, xp, vista can intercept, 2000,2003, xp UNICODE_STRING.Length high eight take xor key if the password is encoded by the ntdll.RtlRunDecodeUnicodeString decoding, vista, to judge by AdvApi32.CredIsProtectedW and password whether encoding, decoding AdvApi32.CredUnprotectW.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
WinPswLogger3\readme.txt
.............\WinPswLogger\debugoutput.cpp
.............\............\debugoutput.h
.............\............\detour.cpp
.............\............\detour.h
.............\............\dllmain.cpp
.............\............\dllmain.def
.............\............\hookWinlogon.cpp
.............\............\hookWinlogon.h
.............\............\hookwinlogonShellcode.cpp
.............\............\hookwinlogonShellcode.h
.............\............\plugin.dsp
.............\............\plugin.dsw
.............\............\pluginWinPswLogger2.dll
.............\............\pluginWinPswLogger3.dll
.............\............\process.cpp
.............\............\process.h
.............\............\StdAfx.cpp
.............\............\StdAfx.h
.............\WinPswLogger
WinPswLogger3