7 stdenvNoCC.mkDerivation {
9 version = "3.0.0-unstable-2020-08-22";
11 src = fetchFromGitHub {
12 owner = "PowerShellMafia";
14 rev = "d943001a7defb5e0d1657085a77a0e78609be58f";
15 hash = "sha256-xVMCB8siyYc8JI7vjlUdO93jI3Qh054F/4CCZyGe75c=";
20 mkdir -p $out/share/windows/powersploit
21 cp -a * $out/share/windows/powersploit
22 find $out/share/windows -type f -exec chmod -x {} \;
27 changelog = "https://github.com/PowerShellMafia/PowerSploit/releases/";
28 description = "PowerShell Post-Exploitation Framework";
29 license = with lib.licenses; [ bsd3 ];
30 maintainers = with lib.maintainers; [ shard7 ];
31 platforms = lib.platforms.all;
32 sourceProvenance = with lib.sourceTypes; [ fromSource ];