trying to find it, but as usual search engines aren’t returning shit.

  • Rimu@piefed.social
    link
    fedilink
    English
    arrow-up
    5
    ·
    7 days ago

    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).