forked from pool/sqlmap
1cd290ab43
* 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 OBS-URL: https://build.opensuse.org/package/show/security/sqlmap?expand=0&rev=31
41 lines
1.4 KiB
Diff
41 lines
1.4 KiB
Diff
Only in sqlmap-1.5.ori/extra/icmpsh: icmpsh-m.c
|
|
Only in sqlmap-1.5/extra/icmpsh: icmpsh-m.c.txt
|
|
Only in sqlmap-1.5.ori/extra/icmpsh: icmpsh-s.c
|
|
Only in sqlmap-1.5/extra/icmpsh: icmpsh-s.c.txt
|
|
Only in sqlmap-1.5.ori/extra/runcmd/src/runcmd: runcmd.cpp
|
|
Only in sqlmap-1.5/extra/runcmd/src/runcmd: runcmd.cpp.txt
|
|
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.8/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.8/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.8/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
|
|
|
|
"""
|
|
Copyright (c) 2006-2024 sqlmap developers (https://sqlmap.org/)
|