forked from pool/sqlmap
Accepting request 1111341 from home:amanzini:branches:security
- update to 1.7.9: * Removing support for lol FORKZ * Fixes #5476 * Fixes #5481 * Fixes #5479 * Fixes #5477 * Potential fix for #5485 * Patch for #5485 * Fixes #5493 * Fixes #5492 * Fixes #5483 * Add SQLite AND boolean-based blind payload (#5501) * Fixes #5510 * Implements option --union-values (#5508) OBS-URL: https://build.opensuse.org/request/show/1111341 OBS-URL: https://build.opensuse.org/package/show/security/sqlmap?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
a699ed6f3e
commit
ac65a66005
@@ -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.7.2/extra/shutils/autocompletion.sh
|
||||
Index: sqlmap-1.7.9/extra/shutils/autocompletion.sh
|
||||
===================================================================
|
||||
--- sqlmap-1.7.2.orig/extra/shutils/autocompletion.sh
|
||||
+++ sqlmap-1.7.2/extra/shutils/autocompletion.sh
|
||||
--- sqlmap-1.7.9.orig/extra/shutils/autocompletion.sh
|
||||
+++ sqlmap-1.7.9/extra/shutils/autocompletion.sh
|
||||
@@ -1,4 +1,4 @@
|
||||
-#/usr/bin/env bash
|
||||
+#!/usr/bin/bash
|
||||
|
||||
# source ./extra/shutils/autocompletion.sh
|
||||
|
||||
Index: sqlmap-1.7.2/sqlmapapi.py
|
||||
Index: sqlmap-1.7.9/sqlmapapi.py
|
||||
===================================================================
|
||||
--- sqlmap-1.7.2.orig/sqlmapapi.py
|
||||
+++ sqlmap-1.7.2/sqlmapapi.py
|
||||
--- sqlmap-1.7.9.orig/sqlmapapi.py
|
||||
+++ sqlmap-1.7.9/sqlmapapi.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/python3
|
||||
|
||||
"""
|
||||
Copyright (c) 2006-2023 sqlmap developers (https://sqlmap.org/)
|
||||
Index: sqlmap-1.7.2/sqlmap.py
|
||||
Index: sqlmap-1.7.9/sqlmap.py
|
||||
===================================================================
|
||||
--- sqlmap-1.7.2.orig/sqlmap.py
|
||||
+++ sqlmap-1.7.2/sqlmap.py
|
||||
--- sqlmap-1.7.9.orig/sqlmap.py
|
||||
+++ sqlmap-1.7.9/sqlmap.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/python3
|
||||
|
Reference in New Issue
Block a user