SHA256
1
0
forked from pool/sqlmap

10 Commits

Author SHA256 Message Date
c4c8b50d06 Accepting request 1288669 from security
OBS-URL: https://build.opensuse.org/request/show/1288669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlmap?expand=0&rev=22
2025-06-27 21:00:47 +00:00
Paolo Perego
503c88c7c0 - update to 1.9.6:
* Fixed #5908
    Running sqlmap with --headers and -H parameters gives us different
    output albeit same header values are provided

OBS-URL: https://build.opensuse.org/package/show/security/sqlmap?expand=0&rev=41
2025-06-26 11:13:36 +00:00
f3a3217544 Accepting request 1278745 from security
OBS-URL: https://build.opensuse.org/request/show/1278745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlmap?expand=0&rev=21
2025-05-20 20:45:40 +00:00
835fa15c0f - update to 1.9.5:
* Minor update of fingerprint data for MySQL

OBS-URL: https://build.opensuse.org/package/show/security/sqlmap?expand=0&rev=39
2025-05-20 13:04:29 +00:00
f4ea175ea7 Accepting request 1269487 from security
OBS-URL: https://build.opensuse.org/request/show/1269487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlmap?expand=0&rev=20
2025-04-15 14:47:39 +00:00
Paolo Perego
541372ce3a - update to 1.9.4:
* Minor improvement for _linux_wav_play
  * Minor improvement to Set-Cookie detection
  * Minor update of fingerprinting methods
  * Implement experimental --http2
  * Minor update (adding support for silent mode)
  * Update of six third-party library
  * Minor update for the automatic reporting
  * Fix #5885 (unhandled exception)
  * Fix #5881 (Add luanginxmore tamper script)
  * Fix #5857 (Parameters "--csrf-method“ and "--csrf-data" are ignored)

OBS-URL: https://build.opensuse.org/package/show/security/sqlmap?expand=0&rev=37
2025-04-15 08:32:35 +00:00
0ce0fc5031 Accepting request 1236208 from security
OBS-URL: https://build.opensuse.org/request/show/1236208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlmap?expand=0&rev=19
2025-01-12 10:14:36 +00:00
Paolo Perego
83adf06fbc - update to 1.9:
* Implements --disable-hashing (#5827)
  * fixed #5828 Clickhouse - Unable to retrieve tables
  * update of checksums

OBS-URL: https://build.opensuse.org/package/show/security/sqlmap?expand=0&rev=35
2025-01-09 13:17:14 +00:00
05238373ef Accepting request 1227159 from security
OBS-URL: https://build.opensuse.org/request/show/1227159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlmap?expand=0&rev=18
2024-11-28 21:43:20 +00:00
Paolo Perego
6952367857 - update to 1.8.11:
* fixed #5772, #5761 unhandled exception
  * fixed #5763 Can not perform sql blind injection again latest dvwa
  * fixed #5798 Some bugs with common tables and columns check
  * fixed #5767 direct connection to oracle database not working
  * update translations

OBS-URL: https://build.opensuse.org/package/show/security/sqlmap?expand=0&rev=33
2024-11-28 15:29:07 +00:00
5 changed files with 63 additions and 16 deletions

View File

@@ -8,33 +8,33 @@ Only in sqlmap-1.5.ori/extra/runcmd/src/runcmd: stdafx.cpp
Only in sqlmap-1.5/extra/runcmd/src/runcmd: stdafx.cpp.txt
Only in sqlmap-1.5.ori/extra/runcmd/src/runcmd: stdafx.h
Only in sqlmap-1.5/extra/runcmd/src/runcmd: stdafx.h.txt
Index: sqlmap-1.8.8/extra/shutils/autocompletion.sh
Index: sqlmap-1.9.6/extra/shutils/autocompletion.sh
===================================================================
--- sqlmap-1.8.8.orig/extra/shutils/autocompletion.sh
+++ sqlmap-1.8.8/extra/shutils/autocompletion.sh
--- sqlmap-1.9.6.orig/extra/shutils/autocompletion.sh
+++ sqlmap-1.9.6/extra/shutils/autocompletion.sh
@@ -1,4 +1,4 @@
-#/usr/bin/env bash
+#!/usr/bin/bash
# source ./extra/shutils/autocompletion.sh
Index: sqlmap-1.8.8/sqlmapapi.py
Index: sqlmap-1.9.6/sqlmapapi.py
===================================================================
--- sqlmap-1.8.8.orig/sqlmapapi.py
+++ sqlmap-1.8.8/sqlmapapi.py
--- sqlmap-1.9.6.orig/sqlmapapi.py
+++ sqlmap-1.9.6/sqlmapapi.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
"""
Copyright (c) 2006-2024 sqlmap developers (https://sqlmap.org/)
Index: sqlmap-1.8.8/sqlmap.py
Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org)
Index: sqlmap-1.9.6/sqlmap.py
===================================================================
--- sqlmap-1.8.8.orig/sqlmap.py
+++ sqlmap-1.8.8/sqlmap.py
--- sqlmap-1.9.6.orig/sqlmap.py
+++ sqlmap-1.9.6/sqlmap.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
"""
Copyright (c) 2006-2024 sqlmap developers (https://sqlmap.org/)
Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org)

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bab3fbe9903b5c335202a7bcfc52bfd05c66634dd9f19b8d5bfaefcc98c1fdf
size 7249385

3
sqlmap-1.9.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7cf60ca5364062ef7eab05a26fdeaf3b1457ea2200bf8198ed131ef7931c9bbf
size 7249214

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Sat Jun 14 15:46:35 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- update to 1.9.6:
* Fixed #5908
Running sqlmap with --headers and -H parameters gives us different
output albeit same header values are provided
-------------------------------------------------------------------
Sat May 17 07:37:57 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- update to 1.9.5:
* Minor update of fingerprint data for MySQL
-------------------------------------------------------------------
Sat Apr 5 14:37:26 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- update to 1.9.4:
* Minor improvement for _linux_wav_play
* Minor improvement to Set-Cookie detection
* Minor update of fingerprinting methods
* Implement experimental --http2
* Minor update (adding support for silent mode)
* Update of six third-party library
* Minor update for the automatic reporting
* Fix #5885 (unhandled exception)
* Fix #5881 (Add luanginxmore tamper script)
* Fix #5857 (Parameters "--csrf-method“ and "--csrf-data" are ignored)
-------------------------------------------------------------------
Sat Jan 4 17:21:22 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- update to 1.9:
* Implements --disable-hashing (#5827)
* fixed #5828 Clickhouse - Unable to retrieve tables
* update of checksums
-------------------------------------------------------------------
Wed Nov 27 15:56:23 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- update to 1.8.11:
* fixed #5772, #5761 unhandled exception
* fixed #5763 Can not perform sql blind injection again latest dvwa
* fixed #5798 Some bugs with common tables and columns check
* fixed #5767 direct connection to oracle database not working
* update translations
-------------------------------------------------------------------
Mon Sep 2 15:16:10 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package sqlmap
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: sqlmap
Version: 1.8.8
Version: 1.9.6
Release: 0
Summary: Automatic SQL injection and database takeover tool
License: GPL-2.0-or-later