Skip to content

Releases: CroweCybersecurity/shareenum

Version 2.0

06 Aug 18:21
Compare
Choose a tag to compare

Version 2.0 includes a huge refactoring of the code that makes it significantly easier to maintain and update. Because of the rewrite, the entire code base has been made more modular allowing for better processing and output returns.

In addition to the rewrite, it also includes one major new feature, it will now pull DACLs and parse the ACEs contained within, providing the complete NTFS file, directory, and share permissions instead of dos mode flags as in the past.

Finally, this major release also includes binary packages that include the necessary and patched versions of Samba for the tool to properly authenticate using hashes. To build this on your own, you'll need a recent version of Samba installed; however, we have provided packages for Kali that should also work on any debian based install. We have submitted our patch to Samba and hope to have it integrated soon.

2.0 release candidate 3

05 Aug 12:19
Compare
Choose a tag to compare
Pre-release

This new release candidate fixes several output issues that arose as testing was being finalized for certain specific permissions and types. Additionally, several smaller issues have been fixed and prep of deb files has been automated. The deb files now also include Samba 4.1.11 as the most recent version.

Two deb files are included with this release, to install use the following. Make sure to download the right architecture:

dpkg -i shareenum.deb

2.0 release candidate 2

29 Jul 13:50
Compare
Choose a tag to compare
Pre-release

This includes several bugfixes and a new build system. Due to a bug in Samba we're going to have to package our own libraries for a little while until we get a patch submitted and apt updated for Kali. For the time being, we include all of the libraries we need in a custom directory in /usr/local/shareenum. The makefiles and some helpers have been included for this as well.

Two deb files are included with this release, to install:

dpkg -i shareenum.deb

2.0 release candidate 1

14 Jul 18:57
Compare
Choose a tag to compare
Pre-release

This includes a large refactoring of the code so that it makes much more sense. Because of the rewrite, the entire code base has been made more modular, which has allowed for better parsing of access and output. This now also includes pulling DACLs from objects so permissions are far more granular and detailed.

Additionally, this will allow forking/threading to be implemented much more easily if there are no issues in this release. Please let us know if there's any more info you'd like to see.

Version 1.0

05 Dec 20:57
Compare
Choose a tag to compare

Finally leaving beta and moving into a full release!