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/ADCSKillerMIT License
main program: ADCSKillerprograms: adcskiller
Maintainers
Platforms (32)
sh4-linuxpowerpc64-linuxarmv7a-linuxaarch64-freebsdmipsel-linuxriscv64-linuxaarch64-windowsarmv6l-linux
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