forked from pool/sqlmap
Accepting request 1065515 from security
OBS-URL: https://build.opensuse.org/request/show/1065515 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlmap?expand=0&rev=7
This commit is contained in:
commit
dc766a88c5
@ -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/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.6.7/extra/shutils/autocompletion.sh
|
Index: sqlmap-1.7.2/extra/shutils/autocompletion.sh
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sqlmap-1.6.7.orig/extra/shutils/autocompletion.sh
|
--- sqlmap-1.7.2.orig/extra/shutils/autocompletion.sh
|
||||||
+++ sqlmap-1.6.7/extra/shutils/autocompletion.sh
|
+++ sqlmap-1.7.2/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.6.7/sqlmapapi.py
|
Index: sqlmap-1.7.2/sqlmapapi.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sqlmap-1.6.7.orig/sqlmapapi.py
|
--- sqlmap-1.7.2.orig/sqlmapapi.py
|
||||||
+++ sqlmap-1.6.7/sqlmapapi.py
|
+++ sqlmap-1.7.2/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-2022 sqlmap developers (https://sqlmap.org/)
|
Copyright (c) 2006-2023 sqlmap developers (https://sqlmap.org/)
|
||||||
Index: sqlmap-1.6.7/sqlmap.py
|
Index: sqlmap-1.7.2/sqlmap.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sqlmap-1.6.7.orig/sqlmap.py
|
--- sqlmap-1.7.2.orig/sqlmap.py
|
||||||
+++ sqlmap-1.6.7/sqlmap.py
|
+++ sqlmap-1.7.2/sqlmap.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-2022 sqlmap developers (https://sqlmap.org/)
|
Copyright (c) 2006-2023 sqlmap developers (https://sqlmap.org/)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a5ed3849942e89b9e90c93e0df98ccc113f26e81ad8e73fd8182907106eae1a2
|
|
||||||
size 7207020
|
|
3
sqlmap-1.7.2.tar.gz
Normal file
3
sqlmap-1.7.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:58db9fb0a79332927634cdb8de6df7e62997ec85b77daef0ce733612a1d79de1
|
||||||
|
size 7208613
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 13 09:28:29 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
- update to 1.7.2:
|
||||||
|
* Implements tamper script if2case
|
||||||
|
* Bugfixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 6 12:05:32 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Tue Dec 6 12:05:32 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sqlmap
|
# spec file for package sqlmap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,9 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: sqlmap
|
Name: sqlmap
|
||||||
Version: 1.6.12
|
Version: 1.7.2
|
||||||
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