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