clr2of8 / DPAT

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

Float division by zero error #21

Open b1gbroth3r opened 4 years ago

b1gbroth3r commented 4 years ago

On both Python2 and Python3 I'm encountering the following error when running DPAT with just the required arguments:

Traceback (most recent call last):
  File "dpat.py", line 318, in <module>
    float(num_unique_nt_hashes)*100
ZeroDivisionError: float division by zero