7 python3.pkgs.buildPythonApplication rec {
10 disabled = python3.pythonOlder "3.7";
13 src = fetchFromGitHub {
17 sha256 = "01r5998gdvqjdrahpk0ci27lx9yghbddlanqcspr3qp5y5930i0s";
20 nativeBuildInputs = with python3.pkgs; [
24 propagatedBuildInputs = with python3.pkgs; [
35 # Project has no tests
37 pythonImportsCheck = [ "xcat" ];
40 description = "XPath injection tool";
43 xcat is an advanced tool for exploiting XPath injection vulnerabilities,
44 featuring a comprehensive set of features to read the entire file being
45 queried as well as other files on the filesystem, environment variables
48 homepage = "https://github.com/orf/xcat";
49 changelog = "https://github.com/orf/xcat/releases/tag/v${version}";
50 license = with licenses; [ mit ];
51 maintainers = with maintainers; [ fab ];