Okulto Posted November 30, 2014 Share Posted November 30, 2014 Buenas, acabo de ver que el antivirus que tengo me ha detectado esto: SQL injection at /index.php aunque me pone que esta solucionado, me lleva ocurriendo esto varios días en el mismo archivo. ¿Como puedo solucionarlo? Muchas gracias Link to comment Share on other sites More sharing options...
Eolia Posted November 30, 2014 Share Posted November 30, 2014 Please copy/paste your index.php here. Link to comment Share on other sites More sharing options...
Okulto Posted November 30, 2014 Author Share Posted November 30, 2014 Thank you for your reply. My index.php code is: <?php /* * 2007-2014 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2014 PrestaShop SA * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ require(dirname(__FILE__).'/config/config.inc.php'); Dispatcher::getInstance()->dispatch(); I see the initial <?php but not the close tag. Beside of it, is it correct my file? Thank you very much Link to comment Share on other sites More sharing options...
Eolia Posted November 30, 2014 Share Posted November 30, 2014 It's normal for the close tag Your index.php file is correct, you can stay quiet. Link to comment Share on other sites More sharing options...
Okulto Posted November 30, 2014 Author Share Posted November 30, 2014 Thank you very much, im very worried for the malware, xss and slq injection on my website, do you recommend me to install any security plugin or anything to do to prevent it on my site? im not an expert but i dont know if there is anything i can do it prevent these things. Thank you Link to comment Share on other sites More sharing options...
Recommended Posts