adhammer

adhammer 1.5.1

Active Directory security-assessment toolkit

https://github.com/icedracon/adhammer
MIT License
main program: adhammerprograms: adhammer
Platforms (38)
powerpc64-linuxi686-openbsdarmv7l-netbsdarmv6l-linuxs390x-linuxloongarch64-linuxmipsel-netbsdriscv32-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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