View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004126 | Kali Linux | [All Projects] Kali Package Bug | public | 2017-07-31 12:53 | 2017-12-21 13:45 |
Reporter | lduros | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2017.1 | ||||
Target Version | Fixed in Version | 2018.1 | |||
Summary | 0004126: Enum4Linux throws errors for users enumeration and Password Policy Information | ||||
Description | I have noticed there are errors coming up when running enum4linux against a target in Kali Rolling: ============================ | Users on 10.11.1.115 | ============================ Use of uninitialized value $users in print at ./enum4linux.pl line 874. Use of uninitialized value $users in pattern match (m//) at ./enum4linux.pl line 877. Use of uninitialized value $users in print at ./enum4linux.pl line 888. Use of uninitialized value $users in pattern match (m//) at ./enum4linux.pl line 890. As well as another polenum error -- initially it says polenum.py cannot be find, and if a symlink is created to link /usr/bin/polenum to /usr/local/bin/polenum.py, then enum4linux will have the following error in Password Policy Information: =================================================== | Password Policy Information for 10.11.1.115 | =================================================== [E] Unexpected error from 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 [+] Retieved partial password policy with rpcclient: Password Complexity: Disabled Minimum Password Length: 0 | ||||
Steps To Reproduce | Run enum4linux against a target Samba server. | ||||