Security issue urgent
02-12-2020, 05:23 PM
(This post was last modified: 02-12-2020, 05:24 PM by johnnyp.)
Hello to everybody. I am using sentora as my panel many year, since zpanel 1.0.0.0.
I am the only one that canĀ
Yesterday i executed a php function that returned me the full access to sentora db.
echo shell_exec("cat /etc/sentora/panel/cnf/db.php");
* @author Bobby Allen (ballen@bobbyallen.me)
* @copyright ZPanel Project (http://www.zpanelcp.com/)
* @link http://www.zpanelcp.com/
* @license GPL (http://www.gnu.org/licenses/gpl.html)
*/
$host = 'localhost';
$dbname = 'sentora_core';
$user = 'root';
$pass = 'xxxxxxxxxxxxxxxxx';
Did i do something wrong during the installation?
Thank you
I am the only one that canĀ
Yesterday i executed a php function that returned me the full access to sentora db.
echo shell_exec("cat /etc/sentora/panel/cnf/db.php");
* @author Bobby Allen (ballen@bobbyallen.me)
* @copyright ZPanel Project (http://www.zpanelcp.com/)
* @link http://www.zpanelcp.com/
* @license GPL (http://www.gnu.org/licenses/gpl.html)
*/
$host = 'localhost';
$dbname = 'sentora_core';
$user = 'root';
$pass = 'xxxxxxxxxxxxxxxxx';
Did i do something wrong during the installation?
Thank you