Quote:
Originally Posted by Banana Bandit
It is all php code and sql scripts. It contains no directly executable code. Those scanners only look for malware like virus and trojans in directly executable code. They can't detect malicious php or sql script code like backdoors and stuff.
I have looked over this code and it is some of the poorest coding I have ever seen in my life. If you want to make this script work on your server, be my guest. It is source code and you can do your own analysis for backdoors and such. One thing for sure is iof you want to use this on any version of xampp put out over the past 3 years, you will need to rewrite all of the SQL php code.
If you don't do your analysis and install it on your server anyway, you only have yourself to blame if the author of that backdoor gets into your server and rapes you with it.
You have been warned by me and others here.
|
I believe Bannana has just covered everything i wanted to say about that "project". Most of the script is useless mess.
Better learn Php and do it yourself.
Also my other advice is to create and use stored procedures(combined with prep. statements) to execute every piece of SQL statements. You can really avoid some nasty sh*t !