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

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

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

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

工具目录

分类

查看所有分类
Loading categories
BlobHunter — 使用此公共 blob 扫描器查找 Azure 中暴露的数据。 | Kitploit
工具/GitHubGitHub/cyberark/blobhunter
云基础设施安全漏洞扫描器信息收集云安全错误配置
GitHubcyberark/blobhunter

BlobHunter

使用此公共 blob 扫描器查找 Azure 中暴露的数据。

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站

License: MIT

BlobHunter

一个用于扫描Azure Blob存储账户中公开Blob的开源工具。
BlobHunter是 Hunting Azure Blobs Exposes Millions of Sensitive Files 研究的一部分。

概述

BlobHunter可帮助您识别那些存储了任何有互联网连接的人均可公开访问的文件的Azure Blob存储容器。
该工具通过识别配置不当且存储敏感数据的容器来帮助降低风险,在存在大量难以跟踪的存储账户的大型Azure订阅中尤其有用。
BlobHunter会生成一份信息丰富的CSV结果文件,其中包含扫描环境中每个公开容器的重要详细信息。

要求

  1. Python 3.5+

  2. Azure CLI

  3. requirements.txt 中的包

  4. 拥有以下内置角色之一的Azure用户:

    • 所有者
    • 参与者
    • 存储账户参与者

    或任何具有允许执行以下Azure操作的角色的Azure用户:

    root@kitploit:~
    Microsoft.Resources/subscriptions/read
    Microsoft.Resources/subscriptions/resourceGroups/read
    Microsoft.Storage/storageAccounts/read
    Microsoft.Storage/storageAccounts/listkeys/action
    Microsoft.Storage/storageAccounts/blobServices/containers/read
    Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read
    

构建

以Ubuntu安装为例:

root@kitploit:~
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
root@kitploit:~
pip3 install -r requirements.txt

使用

直接运行

root@kitploit:~
python3 BlobHunter.py

如果您尚未登录Azure CLI,系统将提示您打开浏览器窗口以输入Azure用户凭据。

演示

BlobHunter

参考

如有任何问题或反馈,请联系 Daniel Niv、Asaf Hecht 和 CyberArk Labs。

许可证

版权所有 (c) 2021 CyberArk Software Ltd. 保留所有权利。
根据MIT许可证授权。
完整许可证文本请参阅 LICENSE。

下载工具