Loading pkgs/tools/networking/girsh/default.nix 0 → 100644 +35 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "girsh"; version = "0.41"; src = fetchFromGitHub { owner = "nodauf"; repo = "Girsh"; rev = "refs/tags/v${version}"; hash = "sha256-MgzIBag0Exoh0TXW/AD0lbSOj7PVkMeVYQ8v5jdCgAs="; }; vendorHash = "sha256-8NPFohguMX/X1khEPF+noLBNe/MUoPpXS2PN6SiotL8="; ldflags = [ "-s" "-w" ]; postInstall = '' mv $out/bin/src $out/bin/$pname ''; meta = with lib; { description = "Automatically spawn a reverse shell fully interactive for Linux or Windows victim"; homepage = "https://github.com/nodauf/Girsh"; changelog = "https://github.com/nodauf/Girsh/releases/tag/v${version}"; license = licenses.gpl2Only; maintainers = with maintainers; [ fab ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5027,6 +5027,8 @@ with pkgs; gir-rs = callPackage ../development/tools/gir { }; girsh = callPackage ../tools/networking/girsh { }; gist = callPackage ../tools/text/gist { }; gitjacker = callPackage ../tools/security/gitjacker { }; Loading
pkgs/tools/networking/girsh/default.nix 0 → 100644 +35 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "girsh"; version = "0.41"; src = fetchFromGitHub { owner = "nodauf"; repo = "Girsh"; rev = "refs/tags/v${version}"; hash = "sha256-MgzIBag0Exoh0TXW/AD0lbSOj7PVkMeVYQ8v5jdCgAs="; }; vendorHash = "sha256-8NPFohguMX/X1khEPF+noLBNe/MUoPpXS2PN6SiotL8="; ldflags = [ "-s" "-w" ]; postInstall = '' mv $out/bin/src $out/bin/$pname ''; meta = with lib; { description = "Automatically spawn a reverse shell fully interactive for Linux or Windows victim"; homepage = "https://github.com/nodauf/Girsh"; changelog = "https://github.com/nodauf/Girsh/releases/tag/v${version}"; license = licenses.gpl2Only; maintainers = with maintainers; [ fab ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5027,6 +5027,8 @@ with pkgs; gir-rs = callPackage ../development/tools/gir { }; girsh = callPackage ../tools/networking/girsh { }; gist = callPackage ../tools/text/gist { }; gitjacker = callPackage ../tools/security/gitjacker { };