Wh1t3Fox / polenum

Uses Core's Impacket Library to get the password policy from a windows machine
GNU General Public License v3.0
33 stars 14 forks source link

Fix password error and error on the migration to python3 #8

Closed mpgn closed 4 years ago

mpgn commented 4 years ago

This PR fix:

error due to :
    python2 => 1 / 2 = 0
    python3 => 1 / 2 = 0.5
    python3 => 1 // 2 = 0
Wh1t3Fox commented 4 years ago

Good Catch!