6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
12 owner = "EnableSecurity";
14 rev = "refs/tags/v${version}";
15 sha256 = "sha256-wJZ1/aRMFpE6Q5YAtGxXwxe2G9H/de+l3l0C5rwEWA8=";
18 propagatedBuildInputs = with python3.pkgs; [
23 # Project has no tests
26 pythonImportsCheck = [
31 description = "Tool to identify and fingerprint Web Application Firewalls (WAF)";
32 homepage = "https://github.com/EnableSecurity/wafw00f";
33 license = with licenses; [ bsd3 ];
34 maintainers = with maintainers; [ fab ];