
Python 3 exploit for CVE-2019-9053 (SQL injection) with hash-cracking, updated from outdated Python 2 code for TryHackMe CTF use.
This is an exploit used in TryHackMe's EasyCTF
However the code that is installed within Kali Linux or going to exploitDB has outdated Python 2 code.
This is a rewrite of that, and some revisions were made when cracking the password's hash, since there was a bug when running with Python 3.
This is so that you can run the EasyCTF the way it's intended to without any errors.