6 python3.pkgs.buildPythonApplication rec {
7 pname = "offensive-azure";
11 src = fetchFromGitHub {
12 owner = "blacklanternsecurity";
15 hash = "sha256-5JHix+/uGGhXM89VLimI81g4evci5ZUtNV1c1xopjuI=";
18 nativeBuildInputs = with python3.pkgs; [
22 propagatedBuildInputs = with python3.pkgs; [
34 nativeCheckInputs = with python3.pkgs; [
39 # Use default Python module
40 substituteInPlace pyproject.toml \
41 --replace 'uuid = "^1.30"' "" \
42 --replace 'python-whois = "^0.7.3"' 'python-whois = "*"'
45 pythonImportsCheck = [
50 description = "Collection of offensive tools targeting Microsoft Azure";
51 homepage = "https://github.com/blacklanternsecurity/offensive-azure";
52 license = licenses.mit;
53 maintainers = with maintainers; [ fab ];