adcskiller

adcskiller 0-unstable-2024-05-19

Python-based tool designed to automate the process of discovering and exploiting Active Directory Certificate Services (ADCS) vulnerabilities

https://github.com/grimlockx/ADCSKiller
MIT License
main program: ADCSKillerprograms: adcskiller
Platforms (32)
sh4-linuxpowerpc64-linuxarmv7a-linuxaarch64-freebsdmipsel-linuxriscv64-linuxaarch64-windowsarmv6l-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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