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

Enum4linux compatibility #2

Closed TheNaterz closed 7 years ago

TheNaterz commented 7 years ago

The original polenum.py did some funky regex to parse args in the form 'username:password@targetIP'. Enum4linux assumes this and passes args to polenum.py in this format. This PR allows enum4linux to work with this polenum.py.