Skip to content

Releases: disassembledd/sediment

v0.1.0 Stable

16 Jun 17:14
cef43d7

Choose a tag to compare

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.dll into C:\Windows\System32
  • Adds sediment to the HKLM\SYSTEM\CurrentControlSet\Control\Lsa's Notification Packages key.
  • Creates the HKLM\SOFTWARE\Sediment key, and sets the install path to the Path key, as well as the subfolder "Filters" to the FilterPath key.
  • Creates the C:\Program Files\Sediment folder (whatever your install path is in reality) and the Filters subfolder.

CLI:

  • Copies sediment.exe into C:\Program Files\Sediment\bin by default (whatever your install path is in reality).
  • Adds the binary path to PATH for use globally.
  • Creates the Downloads subfolder for the CLI to use for downloading hashes.