微软 Azure 12 months ago red.ghostwolflab.com 1 minute 列出资源组中的所有虚拟主机: az vm list -g my-resource-group 创建虚拟主机: az vm create --resource-group my-resource-group --name my-vm --image UbuntuLTS --admin-username azureuser --generate-ssh-keys 创建存储账户: az storage account create --name mystorageaccount --resource-group myresourcegroup --location eastus --sku Standard_LRS 下载工具:CS Suitehttps://github.com/SecurityFTW/cs-suite python cs.py -env azure