MCPcopy Index your code
hub / github.com/SafeBreach-Labs/CloudMiner

github.com/SafeBreach-Labs/CloudMiner @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
39 symbols 152 edges 10 files 30 documented · 77% updated 2y ago★ 1401 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

CloudMiner

Execute code within Azure Automation service without getting charged

Description

CloudMiner is a tool designed to get free computing power within Azure Automation service. The tool utilizes the upload module/package flow to execute code which is totally free to use. This tool is intended for educational and research purposes only and should be used responsibly and with proper authorization.

  • This flow was reported to Microsoft on 3/23 which decided to not change the service behavior as it's considered as "by design". As for 3/9/23, this tool can still be used without getting charged.

  • Each execution is limited to 3 hours

Requirements

  1. Python 3.8+ with the libraries mentioned in the file requirements.txt
  2. Configured Azure CLI - https://learn.microsoft.com/en-us/cli/azure/install-azure-cli
    • Account must be logged in before using this tool

Installation

pip install .

Usage

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

Example usage

Python

Alt text

Powershell

Alt text

License

CloudMiner is released under the BSD 3-Clause License. Feel free to modify and distribute this tool responsibly, while adhering to the license terms.

Author - Ariel Gamrian

Core symbols most depended-on inside this repo

add_indent
called by 4
src/cloudminer/logger.py
remove_indent
called by 4
src/cloudminer/logger.py
upload_python_package
called by 2
src/cloudminer/azure_automation_session.py
get_python_package
called by 2
src/cloudminer/azure_automation_session.py
get_access_token_from_cli
called by 1
src/cloudminer/cloud_miner.py
parse_args
called by 1
src/cloudminer/cloud_miner.py
main
called by 1
src/cloudminer/cloud_miner.py
get_temp_file_path
called by 1
src/cloudminer/utils.py

Shape

Method 22
Function 10
Class 7

Languages

Python100%

Modules by API surface

src/cloudminer/scripts_executor.py12 symbols
src/cloudminer/azure_automation_session.py11 symbols
src/cloudminer/utils.py6 symbols
src/cloudminer/logger.py6 symbols
src/cloudminer/cloud_miner.py3 symbols
src/cloudminer/exceptions.py1 symbols

For agents

$ claude mcp add CloudMiner \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page