SHA256
1
0
forked from pool/sqlmap
Dominique Leuenberger 2024-09-03 11:39:05 +00:00 committed by Git OBS Bridge
commit c53b0ea41e
5 changed files with 26 additions and 14 deletions

View File

@ -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.ori/extra/runcmd/src/runcmd: stdafx.h
Only in sqlmap-1.5/extra/runcmd/src/runcmd: stdafx.h.txt
Index: sqlmap-1.8.5/extra/shutils/autocompletion.sh
Index: sqlmap-1.8.8/extra/shutils/autocompletion.sh
===================================================================
--- sqlmap-1.8.5.orig/extra/shutils/autocompletion.sh
+++ sqlmap-1.8.5/extra/shutils/autocompletion.sh
--- sqlmap-1.8.8.orig/extra/shutils/autocompletion.sh
+++ sqlmap-1.8.8/extra/shutils/autocompletion.sh
@@ -1,4 +1,4 @@
-#/usr/bin/env bash
+#!/usr/bin/bash
# source ./extra/shutils/autocompletion.sh
Index: sqlmap-1.8.5/sqlmapapi.py
Index: sqlmap-1.8.8/sqlmapapi.py
===================================================================
--- sqlmap-1.8.5.orig/sqlmapapi.py
+++ sqlmap-1.8.5/sqlmapapi.py
--- sqlmap-1.8.8.orig/sqlmapapi.py
+++ sqlmap-1.8.8/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.5/sqlmap.py
Index: sqlmap-1.8.8/sqlmap.py
===================================================================
--- sqlmap-1.8.5.orig/sqlmap.py
+++ sqlmap-1.8.5/sqlmap.py
--- sqlmap-1.8.8.orig/sqlmap.py
+++ sqlmap-1.8.8/sqlmap.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Sep 2 15:16:10 UTC 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 15:10:26 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>

View File

@ -17,11 +17,11 @@
Name: sqlmap
Version: 1.8.5
Version: 1.8.8
Release: 0
Summary: Automatic SQL injection and database takeover tool
License: GPL-2.0-or-later
URL: https://github.com/sqlmapproject/sqlmap
URL: https://sqlmap.org/
Source: https://github.com/sqlmapproject/sqlmap/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: fix_shebang.patch
BuildRequires: %{python_module setuptools}