Package Release Info

sqlmap-1.8.8-bp160.1.10

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

sqlmap

Change Logs

* Mon Sep 02 2024 Andrea Manzini <andrea.manzini@suse.com>
- update to 1.8.8:
  * fixed #5727 SQLAlchemy connection issue
  * fixed #5725 Arbitrary Injection Point Not Working
  * implements #5728 More error-based payloads
  * fixed #5738 probing web services on non-standard ports
  * fixed #5731 python 3.13 compatibility
  * fixed #4613 Single column enumeration (-C) broken for Firebird backend
  * fixed #5755, #5759 Unhandled exception
* Sat May 25 2024 Andrea Manzini <andrea.manzini@suse.com>
- update to 1.8.5:
  * Patch related to the #5700 (Send raw binary data to postprocess function)
- update to 1.8.4:
  * Removing some obsolete code
* Sat Mar 16 2024 Dirk Müller <dmueller@suse.com>
- update to 1.8.3:
  * Adding switch '--unsafe-naming'
  * Fixes #5619
  * Fixes #5590
  * Add Patch related to empty multiform-data field value
  * Fix Python 3.12 warnings
* Fri Jan 05 2024 Andrea Manzini <andrea.manzini@suse.com>
- update to 1.8:
  * H2 queries to get data use wrong order for LIMIT and OFFSET (#5580)
  * Cleaning some mess with limitQuery
  * fix issue #5571, #5229, #5581, #5585
  * update documentation and copyright year
* Fri Dec 01 2023 Dirk Müller <dmueller@suse.com>
- update to 1.7.12:
  * Fixes #5567, #5566, #5574, #5576
* Sat Nov 25 2023 Dirk Müller <dmueller@suse.com>
- update to 1.7.11:
  * Fixes: #5539, #5549, #5560, #5565
* Tue Oct 10 2023 Paolo Stivanin <info@paolostivanin.com>
- update to 1.7.10:
  * Fixes: #5536, #5502, #5521
Version: 1.7.9-bp156.1.1
* Thu Sep 14 2023 Andrea Manzini <andrea.manzini@suse.com>
- update to 1.7.9:
  * Removing support for lol FORKZ
  * Fixes #5476
  * Fixes #5481
  * Fixes #5479
  * Fixes #5477
  * Potential fix for #5485
  * Patch for #5485
  * Fixes #5493
  * Fixes #5492
  * Fixes #5483
  * Add SQLite AND boolean-based blind payload (#5501)
  * Fixes #5510
  * Implements option --union-values (#5508)
* Wed Jul 19 2023 Dirk Müller <dmueller@suse.com>
- update to 1.7.7:
  * Fixes #5428
  * Fixes #5431
  * Fixes #5434
  * Fixes #5444
  * Fixes #5445
  * Implements #5452
* Fri Jun 16 2023 Andrea Manzini <andrea.manzini@suse.com>
- update to 1.7.6:
  * Bugfixes: #5428, #5409, #5381, #5358
* Mon Feb 13 2023 Andrea Manzini <andrea.manzini@suse.com>
- update to 1.7.2:
  * Implements tamper script if2case
  * Bugfixes
Version: 1.6.12-bp155.1.5
* Tue Dec 06 2022 Dirk Müller <dmueller@suse.com>
- update to 1.6.12:
  * Better handling of CookieJar Runtime Exception
  * Fixes #5216
  * Fixes #5220
  * Fixes #5233
  * Fixes #5232
  * Fixes #5240
  * Fixes #5242
  * Fixes #5252
* Sun Dec 04 2022 Dirk Müller <dmueller@suse.com>
- update to 1.6.11:
  * Fixes #5190
  * Fixes #5191
  * Fixes #5192
  * Implement --csrf-data
  * Fix --cookie-del
  * Fixes #5216
* Mon Oct 10 2022 Dirk Müller <dmueller@suse.com>
- update to 1.6.10:
  * Fixes #5187
  * Fixes #5182
  * Fixes #5170
  * Fixes #5165
  * Fixes #5162
  * Fixes #5154
  * Fixes #5152
  * Fixes #5147
* Wed Aug 03 2022 Dirk Müller <dmueller@suse.com>
- update to 1.6.7:
  * https://github.com/sqlmapproject/sqlmap/compare/1.5.7...1.6.7
* Tue Aug 31 2021 Steve Kowalik <steven.kowalik@suse.com>
- Update fix_shebang.patch to switch Python scripts to calling
  /usr/bin/python3.
- Add Requires on python3 for full interpreter.
* Thu Jul 15 2021 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.5.7:
  * Fixed #4728 (https://github.com/sqlmapproject/sqlmap/issues/4728)
  * Fixed #4664 (https://github.com/sqlmapproject/sqlmap/issues/4664)
  * Fixed #4625 (https://github.com/sqlmapproject/sqlmap/issues/4625)
  * Speedup of caching for char encoding (non-Unicode chars in page)
  * Fixing HTTP chunking for Python2.6
* Thu Jul 01 2021 Paolo Perego <paolo.perego@suse.com>
- First import from upstream