Skip Navigation
3 comments
  • I saw a snippet of it.

    The code was using a function to connect to mysql that was deprecated in PHP 5 and removed in PHP 7. So they must have been running PHP 5.x. It also contained an obvious SQL injection vuln (although that wasn't used for the hack).