6 python3.pkgs.buildPythonApplication rec {
12 pname = "WebSecProbe";
14 hash = "sha256-QvXOyQUptMyim/bgvhihjgGs7vX0qX8MqK2ol8q9ePc=";
17 nativeBuildInputs = with python3.pkgs; [
22 propagatedBuildInputs = with python3.pkgs; [
28 mv $out/bin/WebSecProbe $out/bin/$pname
31 pythonImportsCheck = [
36 description = "Web Security Assessment Tool";
37 homepage = "https://github.com/spyboy-productions/WebSecProbe/";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fab ];
40 mainProgram = "websecprobe";