amuck-landowner

Recent content by alexvolk

  1. A

    Phone verification?

    I have an idea in mind to code it soon (probably for free  :) ). Maxmind fraud detection + Twilio sms/phone verification = Best fraud module for whmcs.
  2. A

    GreenValueHost forced password reset - Security breach?

    If they didn't use any hooks and checked the logs that no files has been uploaded - then gvh is safe (not hacked) I think. What comes to mind is to submit password reset like a real user (automated) and at the same visit cron url - the reason is to simply hide that client database of one of...
  3. A

    GreenValueHost forced password reset - Security breach?

    So it's definitely related to Cron - > Hooks. $cron->logActivity("Completed"); $cron->emailReport(); run_hook("DailyCronJob", array()); $cron->log("Cron Job Hooks Run..."); if ($cron->isScheduled("backups")) {
  4. A

    GreenValueHost forced password reset - Security breach?

    http://pastebin.com/tjkjws2q Later will have a better code  :D Edit: this is from whmcs 5.2.10 decoded but still code is similar to latest one ones like 5.3.*: https://raw.githubusercontent.com/kiddo90/whmcs_5.2.10_decoded_nulled_mtimer/master/admin/cron.php Edit 2: after analyzing the...
Top
amuck-landowner