DSInternals: Directory Services Internals PowerShell Module and Framework
sudo apt update && sudo apt install cargo rustup
rustup default stable
cargo install ntdsextract2
# IMPORTANT - Fix Path
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc