Skip to content

Commit

Permalink
linWinPwn: set mssqlrelay to fixed commit bd764b9ba2be25374f26d277beb…
Browse files Browse the repository at this point in the history
…ae54eb1be00b2
  • Loading branch information
Mag1cByt3s committed Dec 21, 2024
1 parent 23e5945 commit 765514c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/overlays/linWinPwn-overlay/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ let
src = super.fetchFromGitHub {
owner = "CompassSecurity";
repo = "mssqlrelay";
rev = "main";
sha256 = "sha256-4DtMgu3Gq6J+btbSf68/FddBtp8Gen13F21ugKyNZ7A=";
rev = "bd764b9ba2be25374f26d277bebae54eb1be00b2";
sha256 = "sha256-nNLtaD/CC3Fyk+VMOFmUyJdyP5jxBMcqChF3Zsm6vhI="; # Replace with the SHA-256 hash of the new source; nix-prefetch-url --unpack "https://github.com/CompassSecurity/mssqlrelay/archive/bd764b9ba2be25374f26d277bebae54eb1be00b2.tar.gz"
};
propagatedBuildInputs = with python3Packages; [ requests impacket ];
meta = {
Expand Down

0 comments on commit 765514c

Please sign in to comment.