keithjjones / hostintel

A modular Python application to collect intelligence for malicious hosts.
Other
262 stars 52 forks source link

Make Python 3 compatible #9

Closed keithjjones closed 4 years ago

keithjjones commented 7 years ago

This is a note for myself, for when I have time.

keithjjones commented 7 years ago

The issue is configparser.

bbbbbrie commented 4 years ago

Hello, there! I have addressed the configparser issue and identified other aspects of hostintel.py that are not Python 3 compatible. I am happy to finish this work and issue a pull request. Before I proceed: would you prefer to maintain backwards compatibility for Python 2.X or is it OK to make changes that will make this Python 3-only?

keithjjones commented 4 years ago

Awesome! Thanks! If you can include 2, that's great but I think most people will use 3.

bbbbbrie commented 4 years ago

Thank you for the feedback! I have filed a pull request with a few commits that should address this issue and hopefully lead to its resolution!

keithjjones commented 4 years ago

You rock, thanks!