7 python3.pkgs.buildPythonApplication rec {
13 pname = "WebSecProbe";
15 hash = "sha256-RX4tc6JaUVaNx8nidn8eMcbsmbcSY+VZbup6c6P7oOs=";
18 build-system = with python3.pkgs; [ setuptools ];
20 dependencies = with python3.pkgs; [
26 mv $out/bin/WebSecProbe $out/bin/$pname
29 pythonImportsCheck = [ "WebSecProbe" ];
32 description = "Web Security Assessment Tool";
33 homepage = "https://github.com/spyboy-productions/WebSecProbe/";
34 changelog = "https://github.com/spyboy-productions/WebSecProbe/releases/tag/${version}";
35 license = licenses.mit;
36 maintainers = with maintainers; [ fab ];
37 mainProgram = "websecprobe";
38 platforms = platforms.linux;