I am using vtiger crm 6.4. for my product, I have taken source code from a developer who has customized my product in vtiger crm 6.4. So everytime from vtiger_users table, the admin password will change. I want to know what is the way to finding the script or what is the place the things will happening.
Asked
Active
Viewed 172 times
0
-
Since it's open source, a good start would be to run a diff with the original files to find the changes and then review them manually. – FalcoGer Apr 12 '19 at 11:22
2 Answers
0
Use a php shell detector like PHP-Shell-Detector or install cxs scanner or antivirus on your server

Hamid
- 378
- 3
- 8
-1
Most of developer using change password script to change the admin user's password and they keeps it in root folder. Try to search vtiger_users
table in whole code of crm so that you will find the script where developer written query on vtiger_users
table. Then find the specific script and delete it.

Sachin I
- 1,500
- 3
- 10
- 29