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)
riscv32-linuxaarch64-darwinsh4-linuxmicroblaze-linuxpowerpc64-linuxarc-linuxi686-linuxpowerpc64le-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