6 python3Packages.buildPythonApplication rec {
7 pname = "snallygaster";
10 src = fetchFromGitHub {
14 sha256 = "sha256-JXuRCUWpoGhBbU38XMEQovCiVfbyBMJ+SIrt3iqFuAo=";
17 propagatedBuildInputs = with python3Packages; [
23 nativeCheckInputs = with python3Packages; [
28 # we are not interested in linting the project
29 "--ignore=tests/test_codingstyle.py"
33 description = "Tool to scan for secret files on HTTP servers";
34 mainProgram = "snallygaster";
35 homepage = "https://github.com/hannob/snallygaster";
36 license = licenses.cc0;