shellz: init at 1.6.0

main
Fabian Affolter 3 years ago
parent 7c1a58a630
commit b88560c0a6
  1. 30
      pkgs/tools/security/shellz/default.nix
  2. 2
      pkgs/top-level/all-packages.nix

@ -0,0 +1,30 @@
{ lib
, buildGoModule
, fetchFromGitHub
}:
buildGoModule rec {
pname = "shellz";
version = "1.6.0";
src = fetchFromGitHub {
owner = "evilsocket";
repo = pname;
rev = "v${version}";
sha256 = "1mhl1y0jkycyl1hgwxavxkm1f6kdx1sz3bvpmkr46sdijji06imi";
};
vendorSha256 = "14rd9xd7s5sfmxgv5p9ka8x12xcimv5hrq7hzy0d1c3ddf50rr7n";
ldflags = [
"-s"
"-w"
];
meta = with lib; {
description = "Utility to manage your SSH, telnet, kubernetes, winrm, web or any custom shell";
homepage = "https://github.com/evilsocket/shellz";
license = licenses.gpl3Only;
maintainers = with maintainers; [ fab ];
};
}

@ -32069,6 +32069,8 @@ with pkgs;
shc = callPackage ../tools/security/shc { };
shellz = callPackage ../tools/security/shellz { };
canon-cups-ufr2 = callPackage ../misc/cups/drivers/canon { };
hll2390dw-cups = callPackage ../misc/cups/drivers/hll2390dw-cups { };

Loading…
Cancel
Save