|
 |
您现在的位置: 红色黑客联盟 >> 教程 >> 黑客技术 >> Exploite >> 正文 |
| MS Windows Server Service Code Execution PoC (MS08-067) |
|
|
|
| 文章录入:7747.Net 责任编辑:7747.Net |
|
|
【字体:小 大】 |
|
动作真快:
In vstudio command prompt:
mk.bat
next:
attach debugger to services.exe (2k) or the relevant svchost (xp/2k3/...)
net use \\IPADDRESS\IPC$ /user:user creds die \\IPADDRESS \pipe\srvsvc
In some cases, /user:"" "", will suffice (i.e., anonymous connection)
You should get EIP -> 00 78 00 78, a stack overflow (like a guard page violation), access violation, etc. However, in some cases, you will get nothing.
This is because it depends on the state of the stack prior to the "overflow". You need a slash on the stack prior to the input buffer.
So play around a bit, you'll get it working reliably...
poc: http://milw0rm.com/sploits/2008-ms08-067.zip
# milw0rm.com [2008-10-23] |
| |
| 您对本文章有什么意见或着疑问吗?请到论坛讨论您的关注和建议是我们前行的参考和动力 |
|
|
| |
上一篇文章: Token Kidnapping Windows 2008 PoC exploit
下一篇文章: 没有了 |
| 【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |