tag:github.com,2008:/sqlmapproject/sqlmap/commits/master Recent Commits to sqlmap:master 2026-09-14T11:02:11Z tag:github.com,2008:Grit::Commit/6c75ad64c42a10a561dd7b7771413f244ee77e60 Update related to #6117 2026-09-14T11:02:11Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Update related to #6117</pre> tag:github.com,2008:Grit::Commit/5f6c303f8aaeb588402ef2f61197e2a67e0da10b Fixes #6108 2026-09-08T22:59:57Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Fixes #6108</pre> tag:github.com,2008:Grit::Commit/604c5bc11160b103292074117590d10caaad107f Fixes #6109 2026-09-08T20:10:57Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Fixes #6109</pre> tag:github.com,2008:Grit::Commit/d486742eec47ba96940d35bf2dc176f60868efdd Fixes #6106 2026-09-07T10:06:22Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Fixes #6106</pre> tag:github.com,2008:Grit::Commit/a56a6b1f257644261bb74bf74384e5e65907c890 Fixes #6107 2026-09-07T10:03:02Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Fixes #6107</pre> tag:github.com,2008:Grit::Commit/1ee368f78a73ccc1c193af32d4e70c1244be5865 Fixes #6105 2026-09-04T07:47:33Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Fixes #6105</pre> tag:github.com,2008:Grit::Commit/e10092efcda67304f59a13f980c5012d95e98905 Fixes #6104 2026-09-04T07:03:25Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Fixes #6104</pre> tag:github.com,2008:Grit::Commit/691d2fa7caa6accfeecee28e17eba35588843564 Update of docus 2026-09-02T13:51:19Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Update of docus</pre> tag:github.com,2008:Grit::Commit/3fc41ca370c37fd461febe9ed8f4722f3b049116 Salvaging (verified) what's useful from #6103 2026-09-02T05:53:32Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Salvaging (verified) what&#39;s useful from #6103</pre> tag:github.com,2008:Grit::Commit/3b8a8d3d0902f3a735efbf5def437a59d536d0d0 Do not crash on a JWT with a non-base64url signature (fixes #6101) (#… 2026-09-01T08:24:58Z chan770 https://github.com/chan770 <pre style='white-space:pre-wrap;width:81ex'>Do not crash on a JWT with a non-base64url signature (fixes #6101) (#6102) JWT_REGEX accepts a signature segment of any length and parseJWT only validates the header/payload, so a value that matches the JWT pattern but carries a malformed/truncated signature (e.g. 41 base64url characters, which is length % 4 == 1 and thus impossible base64) reached crackHMAC. There decodeBase64(signature) let binascii.Error propagate, aborting the whole run with an unhandled exception during checkJWT(). Guard the signature decode: a signature that is not valid base64url cannot be an HMAC we could verify, so crackHMAC now treats it as not crackable (returns None) instead of raising. The other auditJWT findings are unaffected. Added a regression doctest. Co-authored-by: chan770 &lt;tsramachandran770@gmail.com&gt;</pre> tag:github.com,2008:Grit::Commit/1192d266c807df76e5502aa64fb003db4bdb0c60 Update related to the #6099 2026-08-28T07:44:22Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Update related to the #6099</pre> tag:github.com,2008:Grit::Commit/0a35b20e3953d341be6c7ac75ccb0b3362540c8d Update related to the #6098 2026-08-26T11:46:08Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Update related to the #6098</pre> tag:github.com,2008:Grit::Commit/a184c89a6bdb007502aed50f3d86862c4055f3b3 Minor patch for multiple-dbms tags 2026-08-23T15:35:54Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Minor patch for multiple-dbms tags</pre> tag:github.com,2008:Grit::Commit/91239a3c109279fd5babb832038809ea2540be7c Minor patch 2026-08-23T15:12:19Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Minor patch</pre> tag:github.com,2008:Grit::Commit/0ee19bdf3d675a0d046b50ca3b439bad24a4caa5 Minor patch 2026-08-22T21:02:58Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Minor patch</pre> tag:github.com,2008:Grit::Commit/cef41c7fa2211434d5694e4338c4e3e443434133 Adding semicolon-less MSSQL stacked-query detection payloads 2026-08-18T12:49:23Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Adding semicolon-less MSSQL stacked-query detection payloads</pre> tag:github.com,2008:Grit::Commit/973ab5ab88a3ced57b5b30240c5bef83a40f2b12 Probe actual gadget executability instead of extension presence (avoi… 2026-08-18T10:04:51Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Probe actual gadget executability instead of extension presence (avoids false success as non-superuser)</pre> tag:github.com,2008:Grit::Commit/d424016742f15bcdde627edda87968a173ad8d0e Update of CHANGELOG 2026-08-18T09:53:51Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Update of CHANGELOG</pre> tag:github.com,2008:Grit::Commit/bec4dedbc92fb7fda9d2611646b54ded6ec38e16 Enabling PostgreSQL file write over a gadget when stacked queries are… 2026-08-18T09:45:44Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Enabling PostgreSQL file write over a gadget when stacked queries are unavailable</pre> tag:github.com,2008:Grit::Commit/529fc7aebb4ab021a8de641bb222ed8c70cfd10f Adding gadget fallback for non-query statement execution without stac… 2026-08-18T09:35:54Z stamparm https://github.com/stamparm <pre style='white-space:pre-wrap;width:81ex'>Adding gadget fallback for non-query statement execution without stacked queries (PostgreSQL dblink)</pre>