jSQL Injection Versions Save

jSQL Injection is a Java application for automatic SQL database injection.

v0.95

6 months ago
  • Improve prefix and query size
  • Star param * now checks for insertion char
  • Check for multiple star params *
  • Keep console tabs colored until clicked
  • Remove stacktrace from error messages
  • Add Postgres Error strategy Cast:stacked
  • Add Postgres query for reading file
  • Add Postgres system filenames to File list
  • Add SQL Server Stacked strategy
  • Improve DB2 Error strategy detection
  • Improve DB2 queries reliability

v0.94

7 months ago
  • Fix Sleep Time always applied when disabled in Preference
  • Fix URL encoding always applied in path when disabled in Preference
  • Fix strategy Stacked not applied
  • Optimize SQL query (1x character removed)

v0.93

7 months ago
  • Add Boolean no-mode (special use case)
    • Reported by @mastercho
  • Add Preference to disable URL random suffix
  • Fix empty String not possible in SQL Engine
  • Add CTF platforms to Scan list
    • challenges.ringzer0team.com
    • natas.labs.overthewire.org
    • web.ctflearn.com
    • test.shack2.org
    • 127.0.0.1/sqli-labs

v0.92

8 months ago
  • Add Multibit strategy (3 times faster than Blind)
  • Add Preference to disable strategies
  • Replace Boolean size queries with trail query
  • Optimize SQLite calibrator
  • Add vulnweb, juice.shop, hackthebox URLs to Scan
  • Fix i18n managers tabs
  • Optimize Boolean false positive detection

v0.91

8 months ago
  • Add Stacked strategy
  • Add Stacked mode to Boolean strategies
  • Add Stacked payloads to Error strategies
  • Add file and privilege queries to SQL Engine
  • Improve bulk scan result
  • Improve cookies processing
  • Improve CSRF and Digest handshake processing
  • Improve H2 and PostgreSQL injection
  • Switch PHP SQL shell to mysqli_connect
  • Bugfix: #95426 #95422

v0.90

9 months ago
  • Fix URL encoding during connection test

v0.89

9 months ago
  • Digest authentication client implementation
  • Improved stability and error handling
  • Add item GET to request list (default instead of POST)
  • Fix warning on start

v0.88

9 months ago

Add workflow to publish releases with approval

  • Improve unhandled error report and help tooltip wording
  • Upgrade Github Actions and dependencies version
  • Improve test consistency

v0.87

9 months ago
  • Auto inject multipart and cookie params
  • Optimize connection test
  • Restore issue tracking, translation submit, bug report
  • Compatibility for Java 18

v0.86

10 months ago
  • Add colors to logs for tracking boolean queries
  • Support multipart boundary with injection point star (*)