Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
BlobHunter — Find exposed data in Azure with this public blob scanner | Kitploit
Tools/GitHubGitHub/cyberark/blobhunter
Cloud Infrastructure SecurityVulnerability ScannersInformation GatheringCloud SecurityMisconfiguration
GitHubcyberark/blobhunter

BlobHunter

Find exposed data in Azure with this public blob scanner

View Repository
3575242 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Website
Share

License: MIT

BlobHunter

An opensource tool for scanning Azure blob storage accounts for publicly opened blobs.
BlobHunter is a part of Hunting Azure Blobs Exposes Millions of Sensitive Files research.

Overview

BlobHunter helps you identify Azure blob storage containers which store files that are publicly available to anyone with an internet connection.
The tool will help mitigate risk by identifying poorly configured containers that store sensitive data, which is specifically helpful in larger scale Azure subscriptions where there are a significant number of storage accounts that could be hard to track.
BlobHunter produces an informative csv result file that provides important details on each publicly opened container in the scanned environment.

Requirements

  1. Python 3.5+

  2. Azure CLI

  3. requirements.txt packages

  4. Azure user with one of the following built-in roles:

    • Owner
    • Contributor
Download Tool
  • Storage Account Contributor
  • Or any Azure user with a role that allows to perform the following Azure actions:

    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
    

    Build

    Example for installation on Ubuntu:

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

    Usage

    Simply run

    root@kitploit:~
    python3 BlobHunter.py
    

    If you are not logged in in the Azure CLI, a browser window will be prompted at you for inserting your Azure user credentials.

    Demo

    BlobHunter

    References

    For any question or feedback, please contact Daniel Niv, Asaf Hecht and CyberArk Labs.

    License

    Copyright (c) 2021 CyberArk Software Ltd. All rights reserved.
    Licensed under the MIT License.
    For the full license text see LICENSE.