# CVE-2012-2122 Oracle MySQL身份驗證繞過漏洞
==Usage==
php scanner.php 10.0.0.1/18 [block in cidr notation]
Requirements:
php5-cli
==POC==
$first,
'size'=>$length+1,
'last'=>$first+$length,
'first_ip'=>long2ip($first),
'last_ip'=>long2ip($first+$length)
);
}
$ips=array();
for ($i=0;$i<=$length;$i++) {
$ips[]=long2ip($first+$i);
}
return $ips;
}
?>
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END













请登录后查看评论内容