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

Not compatible with current python-impacket package #3

Closed vdun closed 7 years ago

vdun commented 7 years ago
# polenum
Traceback (most recent call last):
  File "/usr/bin/polenum", line 33, in <module>
    from impacket.dcerpc import dcerpc_v4, dcerpc, transport, samr
ImportError: cannot import name dcerpc_v4

impacket 0.9.15

Wh1t3Fox commented 7 years ago

Thanks I'll take a look at it

Wh1t3Fox commented 7 years ago

@vdun this error does not match this version. Are you sure this script produced it?

vdun commented 7 years ago

polenum was not updated ! blackarch/polenum 0.2-6 Thanks