hahwul / a2sv

Auto Scanning to SSL Vulnerability
MIT License
625 stars 169 forks source link

This script works only with Python 2 #43

Open tappoz opened 4 years ago

tappoz commented 4 years ago

Is it possible to make the code in a2sv.py compatible with Python 3? E.g. moving from print 'abc' to print('abc').

As an alternative the script could check at runtime the Python version with sys.version or sys.version_info[0] and stop the execution if not Python 2.

w9w commented 4 years ago

2to3