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
This commit is contained in:
commit
05238373ef
@ -8,30 +8,30 @@ 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/extra/runcmd/src/runcmd: stdafx.cpp.txt
|
||||||
Only in sqlmap-1.5.ori/extra/runcmd/src/runcmd: stdafx.h
|
Only in sqlmap-1.5.ori/extra/runcmd/src/runcmd: stdafx.h
|
||||||
Only in sqlmap-1.5/extra/runcmd/src/runcmd: stdafx.h.txt
|
Only in sqlmap-1.5/extra/runcmd/src/runcmd: stdafx.h.txt
|
||||||
Index: sqlmap-1.8.8/extra/shutils/autocompletion.sh
|
Index: sqlmap-1.8.11/extra/shutils/autocompletion.sh
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sqlmap-1.8.8.orig/extra/shutils/autocompletion.sh
|
--- sqlmap-1.8.11.orig/extra/shutils/autocompletion.sh
|
||||||
+++ sqlmap-1.8.8/extra/shutils/autocompletion.sh
|
+++ sqlmap-1.8.11/extra/shutils/autocompletion.sh
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#/usr/bin/env bash
|
-#/usr/bin/env bash
|
||||||
+#!/usr/bin/bash
|
+#!/usr/bin/bash
|
||||||
|
|
||||||
# source ./extra/shutils/autocompletion.sh
|
# source ./extra/shutils/autocompletion.sh
|
||||||
|
|
||||||
Index: sqlmap-1.8.8/sqlmapapi.py
|
Index: sqlmap-1.8.11/sqlmapapi.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sqlmap-1.8.8.orig/sqlmapapi.py
|
--- sqlmap-1.8.11.orig/sqlmapapi.py
|
||||||
+++ sqlmap-1.8.8/sqlmapapi.py
|
+++ sqlmap-1.8.11/sqlmapapi.py
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/usr/bin/env python
|
-#!/usr/bin/env python
|
||||||
+#!/usr/bin/python3
|
+#!/usr/bin/python3
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Copyright (c) 2006-2024 sqlmap developers (https://sqlmap.org/)
|
Copyright (c) 2006-2024 sqlmap developers (https://sqlmap.org/)
|
||||||
Index: sqlmap-1.8.8/sqlmap.py
|
Index: sqlmap-1.8.11/sqlmap.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sqlmap-1.8.8.orig/sqlmap.py
|
--- sqlmap-1.8.11.orig/sqlmap.py
|
||||||
+++ sqlmap-1.8.8/sqlmap.py
|
+++ sqlmap-1.8.11/sqlmap.py
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/usr/bin/env python
|
-#!/usr/bin/env python
|
||||||
+#!/usr/bin/python3
|
+#!/usr/bin/python3
|
||||||
|
3
sqlmap-1.8.11.tar.gz
Normal file
3
sqlmap-1.8.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e52ee3a3c1892745176f936fc16a7f761d690739afa4b7b01c64e9144849cbd9
|
||||||
|
size 7251649
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3bab3fbe9903b5c335202a7bcfc52bfd05c66634dd9f19b8d5bfaefcc98c1fdf
|
|
||||||
size 7249385
|
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon Sep 2 15:16:10 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sqlmap
|
Name: sqlmap
|
||||||
Version: 1.8.8
|
Version: 1.8.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automatic SQL injection and database takeover tool
|
Summary: Automatic SQL injection and database takeover tool
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user