2021-07-02 09:19:47 +02:00
|
|
|
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
|
2023-02-13 15:10:34 +01:00
|
|
|
Index: sqlmap-1.7.2/extra/shutils/autocompletion.sh
|
2021-08-31 08:57:19 +02:00
|
|
|
===================================================================
|
2023-02-13 15:10:34 +01:00
|
|
|
--- sqlmap-1.7.2.orig/extra/shutils/autocompletion.sh
|
|
|
|
+++ sqlmap-1.7.2/extra/shutils/autocompletion.sh
|
2021-07-02 09:19:47 +02:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#/usr/bin/env bash
|
|
|
|
+#!/usr/bin/bash
|
|
|
|
|
|
|
|
# source ./extra/shutils/autocompletion.sh
|
|
|
|
|
2023-02-13 15:10:34 +01:00
|
|
|
Index: sqlmap-1.7.2/sqlmapapi.py
|
2021-08-31 08:57:19 +02:00
|
|
|
===================================================================
|
2023-02-13 15:10:34 +01:00
|
|
|
--- sqlmap-1.7.2.orig/sqlmapapi.py
|
|
|
|
+++ sqlmap-1.7.2/sqlmapapi.py
|
2021-07-02 09:19:47 +02:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#!/usr/bin/env python
|
2021-08-31 08:57:19 +02:00
|
|
|
+#!/usr/bin/python3
|
2021-07-02 09:19:47 +02:00
|
|
|
|
|
|
|
"""
|
2023-02-13 15:10:34 +01:00
|
|
|
Copyright (c) 2006-2023 sqlmap developers (https://sqlmap.org/)
|
|
|
|
Index: sqlmap-1.7.2/sqlmap.py
|
2021-08-31 08:57:19 +02:00
|
|
|
===================================================================
|
2023-02-13 15:10:34 +01:00
|
|
|
--- sqlmap-1.7.2.orig/sqlmap.py
|
|
|
|
+++ sqlmap-1.7.2/sqlmap.py
|
2021-07-02 09:19:47 +02:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#!/usr/bin/env python
|
2021-08-31 08:57:19 +02:00
|
|
|
+#!/usr/bin/python3
|
2021-07-02 09:19:47 +02:00
|
|
|
|
|
|
|
"""
|
2023-02-13 15:10:34 +01:00
|
|
|
Copyright (c) 2006-2023 sqlmap developers (https://sqlmap.org/)
|