Skip to content

Commit a67ef41

Browse files
committed
make sure to use Python 2 interpreter when default system Python is version 3
1 parent 6629233 commit a67ef41

File tree

257 files changed

+258
-259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+258
-259
lines changed

extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)

extra/beep/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)

extra/beep/beep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
beep.py - Make a beep sound

extra/cloak/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)

extra/cloak/cloak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
cloak.py - Simple file encryption/compression utility

extra/dbgtool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)

extra/dbgtool/dbgtool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
dbgtool.py - Portable executable to ASCII debug script converter

extra/icmpsh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
#
33
# icmpsh - simple icmp command shell (port of icmpsh-m.pl written in
44
# Perl by Nico Leidecker <nico@leidecker.info>)

extra/icmpsh/icmpsh_m.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
#
33
# icmpsh - simple icmp command shell (port of icmpsh-m.pl written in
44
# Perl by Nico Leidecker <nico@leidecker.info>)

extra/mssqlsig/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)

0 commit comments

Comments
 (0)