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.5.7/extra/shutils/autocompletion.sh =================================================================== --- sqlmap-1.5.7.orig/extra/shutils/autocompletion.sh +++ sqlmap-1.5.7/extra/shutils/autocompletion.sh @@ -1,4 +1,4 @@ -#/usr/bin/env bash +#!/usr/bin/bash # source ./extra/shutils/autocompletion.sh Index: sqlmap-1.5.7/extra/shutils/duplicates.py =================================================================== --- sqlmap-1.5.7.orig/extra/shutils/duplicates.py +++ sqlmap-1.5.7/extra/shutils/duplicates.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # Copyright (c) 2006-2021 sqlmap developers (http://sqlmap.org/) # See the file 'LICENSE' for copying permission Index: sqlmap-1.5.7/sqlmapapi.py =================================================================== --- sqlmap-1.5.7.orig/sqlmapapi.py +++ sqlmap-1.5.7/sqlmapapi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 """ Copyright (c) 2006-2021 sqlmap developers (http://sqlmap.org/) Index: sqlmap-1.5.7/sqlmap.py =================================================================== --- sqlmap-1.5.7.orig/sqlmap.py +++ sqlmap-1.5.7/sqlmap.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 """ Copyright (c) 2006-2021 sqlmap developers (http://sqlmap.org/) Index: sqlmap-1.5.7/thirdparty/identywaf/identYwaf.py =================================================================== --- sqlmap-1.5.7.orig/thirdparty/identywaf/identYwaf.py +++ sqlmap-1.5.7/thirdparty/identywaf/identYwaf.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 """ Copyright (c) 2019-2021 Miroslav Stampar (@stamparm), MIT