PHPB2B某处漏洞直接查看mysql密码

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

### 简要描述: PHPB2B某处漏洞直接查看mysql密码 ### 详细说明: PHPB2B某处漏洞直接查看mysql密码 官网下载的最新版 install/install.php 安装文件,查看下代码。 ``` <?php /** * [PHPB2B] Copyright (C) 2007-2099, Ualink Inc. All Rights Reserved. * The contents of this file are subject to the License; you may not use this file except in compliance with the License. * * @version $Revision: 2048 $ */ session_start(); error_reporting(E_ERROR | E_NOTICE); set_magic_quotes_runtime(0); ini_set('magic_quotes_sybase', 0); ini_set('max_execution_time', '300'); if (isset($_GET['act'])) { if($_GET['act'] == "phpinfo"){ die(phpinfo()); } } if (!defined('DIRECTORY_SEPARATOR')) { define('DIRECTORY_SEPARATOR','/'); } define('DS', DIRECTORY_SEPARATOR); define('TIME', time()); define('MAGIC_QUOTES_GPC', get_magic_quotes_gpc()); define('PHPB2B_ROOT', substr(dirname(__FILE__), 0, -7)); define('MIN_PHP_VERSION', '5.0.0'); //define('JSMIN_AS_LIB', true); // prevents auto-run on include require '../phpb2b_version.php'; require '../configs/config.inc.php';...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息