adpathfinder

adpathfinder 1.2.0

Attack path mapping for Active Directory, ADCS, SCCM and MSSQL

https://github.com/NetSPI/AD-PathFinder
BSD 3-clause "New" or "Revised" License
main program: adpathfinderprograms: adpathfinder
Platforms (31)
x86_64-windowsmicroblaze-linuxmips64el-linuxs390x-linuxaarch64-windowsi686-windowsriscv32-linuxriscv64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  adpathfinder
];
Ad-hoc shell
nix-shell -p adpathfinder
Flake (nix run)
nix run nixpkgs#adpathfinder