6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
15 hash = "sha256-/mlmOzFkyKpmK/uk4813Wk0cf/+ynX3Qxafnd1mGR5k=";
18 propagatedBuildInputs = with python3.pkgs; [
22 checkInputs = with python3.pkgs; [
27 pythonImportsCheck = [
32 description = "Tool for detecting technologies used by web applications";
34 WAD lets you analyze given URL(s) and detect technologies used by web
35 application behind that URL, from the OS and web server level, to the
36 programming platform and frameworks, as well as server- and client-side
37 applications, tools and libraries.
39 homepage = "https://github.com/CERN-CERT/WAD";
40 # wad is GPLv3+, wappalyzer source is MIT
41 license = with licenses; [ gpl3Plus mit ];
42 maintainers = with maintainers; [ fab ];