clr2of8 / DPAT

Domain Password Audit Tool for Pentesters
MIT License
901 stars 155 forks source link

Updating to Python 3 Compatability #4

Closed MrOrOneEquals1 closed 5 years ago

clr2of8 commented 5 years ago

Would you mind resolving the deprecation warning that appears when running with Python 3 before I merge? dpat.py:100: DeprecationWarning: cgi.escape is deprecated, use html.escape instead Thank you ;)

clr2of8 commented 5 years ago

Nice work. DPAT now works with Python 2.7 and Python 3. Thank you.