automato should help with automating some of the user-focused enumeration tasks during an internal penetration test.
automato is also capable of conducting limited brute force attacks such as:
+ Testing to see if a list of users with a common password exists in the target domain
+ Identifying if a domain user is a local administrator against machines in the target domain
automato will create outfiles automatically for evidence preservation.

automato
Dependencies:
– smbclient
– ruby all version
– nokogiri gemset
Usage and download from source:
apt-get install smbclient yum install smbclient packman install smbclient gem install nokogiri git clone https://github.com/skahwah/automato && cd automato ruby automato.rb
Source: https://github.com/skahwah