All notable changes to this project will be documented in this file.
- Remove GetPasswordCommand (broken in samba 4.20)
- Export results to xlsx file : If you want to export results in xlsx file you can configure the conf.ini set full path on export_results_to_xlsx option
- Cache lightening
- Better results organization
- Better output for duplicate privileged accounts
- Check for privileged accounts: If you want to check privileged groups configure the conf.ini file set privilegied_groups names separated by commas, requires check_privilegied_group to be set to True
- Code simplification
- Speed up the process: json file to store already scanned hashes, the script will scan the hash online not present in the local cache, then add it to the local cache. If the online database is updated, the cache will be completely erased and all hashes will be scanned.
- Better management of the sambaAD group when a users_basedn filter is configured in the conf.ini file
- Repository creation