fortra / impacket

Impacket is a collection of Python classes for working with network protocols.
https://www.coresecurity.com
Other
13.38k stars 3.56k forks source link

caniusepython3 shows this project as one that needs to transition to Python3 #654

Closed ShayNehmad closed 5 years ago

ShayNehmad commented 5 years ago

caniusepython3 shows this project as one that needs to transition to Python3 but issue https://github.com/SecureAuthCorp/impacket/issues/61 is closed, saying that this DOES work on Python 3.

I'm planning to migrate my project (Infection Monkey) soon, and I want to know if this project officially supports Python 3 - what am I missing?

asolino commented 5 years ago

Hey @ShayNehmad

This project supports Python 3.x, although no stable version has yet been released with such support. Currently only 0.9.20-dev supports Python 3.x . So far there hasn't been many issues reported so I will probably tag a stable version soon. In the meantime you can use the dev branch (i.e. master).

ShayNehmad commented 5 years ago

Great, thanks for the answer! Hopefully you'll release the stable version soon ⌚🎉