forked from pool/sqlmap
Accepting request 1178154 from security
OBS-URL: https://build.opensuse.org/request/show/1178154 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlmap?expand=0&rev=16
This commit is contained in:
commit
82f3db456a
@ -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/extra/shutils/autocompletion.sh
|
Index: sqlmap-1.8.5/extra/shutils/autocompletion.sh
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sqlmap-1.8.orig/extra/shutils/autocompletion.sh
|
--- sqlmap-1.8.5.orig/extra/shutils/autocompletion.sh
|
||||||
+++ sqlmap-1.8/extra/shutils/autocompletion.sh
|
+++ sqlmap-1.8.5/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/sqlmapapi.py
|
Index: sqlmap-1.8.5/sqlmapapi.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sqlmap-1.8.orig/sqlmapapi.py
|
--- sqlmap-1.8.5.orig/sqlmapapi.py
|
||||||
+++ sqlmap-1.8/sqlmapapi.py
|
+++ sqlmap-1.8.5/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/sqlmap.py
|
Index: sqlmap-1.8.5/sqlmap.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sqlmap-1.8.orig/sqlmap.py
|
--- sqlmap-1.8.5.orig/sqlmap.py
|
||||||
+++ sqlmap-1.8/sqlmap.py
|
+++ sqlmap-1.8.5/sqlmap.py
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/usr/bin/env python
|
-#!/usr/bin/env python
|
||||||
+#!/usr/bin/python3
|
+#!/usr/bin/python3
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b6bf5c00ecb96fbbc673ac9a5453886140640f28cdcbd6091d55afd63c4da617
|
|
||||||
size 7216846
|
|
3
sqlmap-1.8.5.tar.gz
Normal file
3
sqlmap-1.8.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8135305a3e45ce7b29bae02bf77e318091b398703bf727c91ec4d2b375fe79d7
|
||||||
|
size 7245377
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 25 15:10:26 UTC 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 19:41:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Mar 16 19:41:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sqlmap
|
Name: sqlmap
|
||||||
Version: 1.8.3
|
Version: 1.8.5
|
||||||
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…
Reference in New Issue
Block a user