View Issue Details

IDProjectCategoryView StatusLast Update
0004126Kali LinuxKali Package Bugpublic2017-12-21 13:45
Reporterlduros Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2017.1 
Fixed in Version2018.1 
Summary0004126: 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.

Activities

sbrun

sbrun

2017-12-21 13:45

manager   ~0007731

polenum has been updated. Fixed with version 1.4-0kali1 of polenum.

Issue History

Date Modified Username Field Change
2017-07-31 12:53 lduros New Issue
2017-12-21 13:45 sbrun Status new => resolved
2017-12-21 13:45 sbrun Resolution open => fixed
2017-12-21 13:45 sbrun Fixed in Version => 2018.1
2017-12-21 13:45 sbrun Note Added: 0007731