13 src = fetchFromGitHub {
17 sha256 = "sha256-rEn9FpcRfEt2yGepIPEAO9m8JeVb+nMhYMBWhC/barc=";
22 propagatedBuildInputs = [ git ];
24 nativeCheckInputs = [ git ];
26 doCheck = !stdenv.hostPlatform.isDarwin;
29 export PATH=$TMPDIR/usr/bin:$PATH
33 description = "Leak git repositories from misconfigured websites";
34 mainProgram = "gitjacker";
36 Gitjacker downloads git repositories and extracts their contents
37 from sites where the .git directory has been mistakenly uploaded.
38 It will still manage to recover a significant portion of a repository
39 even where directory listings are disabled.
41 homepage = "https://github.com/liamg/gitjacker";
42 license = with licenses; [ unlicense ];
43 maintainers = with maintainers; [ fab ];