Hi all,who know any dmncms holes,for sql inj and write how to fix it?i read today that some hole at market,is it true?
Hi all,who know any dmncms holes,for sql inj and write how to fix it?i read today that some hole at market,is it true?
premium 1.1.8
You should make sure every query is prepared and every query using user input data should be escaped and checked for regex.
4 time my db,ports are close.From server too can't drop db,only site..forum at another hosting.any ideas?
If your stuff is written in PHP, put in every .php file using MySQL the following line after the beginning of the script:
This will print any error. Do note that everyone can see those errors. Let us know what errors you're getting.PHP Code:error_reporting(-1);
Last edited by solarismu; 20-10-18 at 02:12 AM.
@solarismu
Every MySQL error is captured. When you put an apostrophe in the query, it'll always generate an error. That's why OP should put an apostrophe wherever he can in-site and use a vulnerability scanner for PoC.