Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CloudMiner — 使用 Azure Automation 服务执行代码而无需付费 | Kitploit
工具/GitHubGitHub/safebreach-labs/cloudminer
漏洞利用云安全学习与教育
GitHubsafebreach-labs/cloudminer

CloudMiner

使用 Azure Automation 服务执行代码而无需付费

查看仓库
140212年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CloudMiner

在Azure自动化服务中执行代码而无需付费

描述

CloudMiner 是一个旨在获取 Azure 自动化服务中免费计算能力的工具。该工具利用上传模块/包的流程来执行代码,完全免费使用。该工具仅用于教育和研究目的,应在获得适当授权的情况下负责任地使用。

  • 此流程于3月23日向微软报告,微软认为这是"设计如此",因此决定不改变服务行为。截至2023年3月9日,该工具仍然可以免费使用。
  • 每次执行限制为3小时

要求

  1. Python 3.8+ 以及 requirements.txt 文件中提到的库
  2. 配置好的 Azure CLI - https://learn.microsoft.com/en-us/cli/azure/install-azure-cli
    • 使用此工具前必须登录账户

安装

pip install .

使用

root@kitploit:~
usage: cloud_miner.py [-h] --path PATH --id ID -c COUNT [-t TOKEN] [-r REQUIREMENTS] [-v]

CloudMiner - Free computing power in Azure Automation Service

optional arguments:
  -h, --help            show this help message and exit
  --path PATH           the script path (Powershell or Python)
  --id ID               id of the Automation Account - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/a
                        utomationAccounts/{automationAccountName}
  -c COUNT, --count COUNT
                        number of executions
  -t TOKEN, --token TOKEN
                        Azure access token (optional). If not provided, token will be retrieved using the Azure CLI
  -r REQUIREMENTS, --requirements REQUIREMENTS
                        Path to requirements file to be installed and use by the script (relevant to Python scripts only)
  -v, --verbose         Enable verbose mode

示例用法

Python

Alt text

Powershell

Alt text

许可证

CloudMiner 根据 BSD 3-Clause 许可证发布。 请随意修改和分发此工具,并遵守许可证条款。

作者 - Ariel Gamrian

  • LinkedIn - Ariel Gamrian
下载工具