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