Releases: disassembledd/sediment
Releases · disassembledd/sediment
v0.1.0 Stable
After my annual hibernation period, I have returned with a stable DLL and MSI installer for the project! On install, the "Password Filter" is required while the CLI is optional. The logic here is that you're not going to be even optionally installing the CLI anywhere that isn't a domain controller where the DLL will also live. Please note, some CLI commands are incomplete right now. My goal was to get the core CLI download functionality, as well as the password filter itself, out and available. Please see below for the changes the installer makes.
Password Filter:
- Copies
sediment.dllintoC:\Windows\System32 - Adds
sedimentto theHKLM\SYSTEM\CurrentControlSet\Control\Lsa'sNotification Packageskey. - Creates the
HKLM\SOFTWARE\Sedimentkey, and sets the install path to thePathkey, as well as the subfolder "Filters" to theFilterPathkey. - Creates the
C:\Program Files\Sedimentfolder (whatever your install path is in reality) and theFilterssubfolder.
CLI:
- Copies
sediment.exeintoC:\Program Files\Sediment\binby default (whatever your install path is in reality). - Adds the binary path to
PATHfor use globally. - Creates the
Downloadssubfolder for the CLI to use for downloading hashes.