7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 hash = "sha256-LpDfJmH2FbL37Fk86CAC/bxFqM035DBN6c6FPfGpaIw=";
19 nativeBuildInputs = with python3.pkgs; [
23 propagatedBuildInputs = with python3.pkgs; [
28 # Project has no tests
31 pythonImportsCheck = [
36 description = "High level MITM framework";
37 homepage = "https://github.com/f4rih/websploit";
38 changelog = "https://github.com/f4rih/websploit/releases/tag/${version}";
39 license = licenses.mit;
40 maintainers = with maintainers; [ emilytrau ];
41 mainProgram = "websploit";