Professionnel en sécurité, développeur et entrepreneur
Posts tagged exploit
PHP – Persistent Database Password
Dec 7th
Is storing password in clear text inside a hash is a vulnerability or not ? To me, yes it’s a unsecure design bug and it should be fixed. But others think that untrusted binary extension shouldn’t run anyways and if a bad guys inject a rogue extensions, it’s already game over. So… here it’s. Persistent database password dump proof of concept.