Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2019-9053 — Improved code of Daniele Scanu SQL Injection exploit | Kitploit
Tools/GitHubGitHub/byrek/cve-2019-9053
Password CrackingVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubbyrek/cve-2019-9053

CVE-2019-9053

Improved code of Daniele Scanu SQL Injection exploit

View Repository
2 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2019-9053

Improved code of Daniele Scanu SQL Injection exploit

Following changes applied:

  • Added time control variable -t or --time that enables user to extend the timing of SQL injection (useful if a network connection in between hosts is subject of delays with packet transmission)
  • Network exception handling added: to retry in case of a packet/connection/response lost (originally Python would throw an exception and You'd have to start over again)
  • In case of getting hash/salt there is no need to use a full dictionary, as it is represended in hex, so alternate shorten dictionary is used [0123456789abcdef] to speed up the code
  • Python3 required that hashlib.md5() arguments are to be encoded, so a hash finding function has been re-written accordingly

Enjoy!

Download Tool