Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UzJu/Cloud-Bucket-Leak-Detection-Tools
六大云存储,泄露利用检测工具
https://github.com/UzJu/Cloud-Bucket-Leak-Detection-Tools
Last synced: 3 months ago
JSON representation
六大云存储,泄露利用检测工具
- Host: GitHub
- URL: https://github.com/UzJu/Cloud-Bucket-Leak-Detection-Tools
- Owner: UzJu
- License: mit
- Created: 2022-02-22T10:07:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T03:29:33.000Z (5 months ago)
- Last Synced: 2024-07-21T14:32:04.045Z (4 months ago)
- Language: Python
- Size: 19.2 MB
- Stars: 1,016
- Watchers: 18
- Forks: 133
- Open Issues: 9
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cloud-security - 地址 - Bucket-Leak-Detection-Tools) (0x02 工具 :hammer_and_wrench: / 1 云服务工具)
- awesome-hacking-lists - UzJu/Cloud-Bucket-Leak-Detection-Tools - 六大云存储,泄露利用检测工具 (Python)
- StarryDivineSky - UzJu/Cloud-Bucket-Leak-Detection-Tools
README
![image-20220703203021188](images/image-20220703203021188.png)
# :rooster:Tutorial
```bash
git clone https://github.com/UzJu/Cloud-Bucket-Leak-Detection-Tools.git
cd Cloud-Bucket-Leak-Detection-Tools/
pip3 install -r requirements.txt
python3 main.py -h
```![image-20220716140707903](images/image-20220716140707903.png)
You need to configure your corresponding cloud vendor AK in the `config/conf.py` file before using it.
![image-20220716140934866](images/image-20220716140934866.png)
## 1、Ariyun storage bucket
### 1.1, single storage bucket detection
```bash
python3 main.py -aliyun [BucketURL]
```![image-20220716141132931](images/image-20220716141132931.png)
### 1.2. Automatic bucket hijacking
Automatically hijack a bucket when it is detected as not existing
![image-20220703202339058](images/image-20220703202339058.png)
### 1.3. Bulk bucket address detection
```bash
# fofa syntax
domain="aliyuncs.com"
server="AliyunOSS" domain="aliyuncs.com"
``````bash
# Use -faliyun
python3 main.py -faliyun url.txt
```![image-20220716141356518](images/image-20220716141356518.png)
## 2. Tencent cloud storage bucket
```bash
python3 main.py -tcloud [storage bucket address]
```![image-20220716141554856](images/image-20220716141554856.png)
## 3. Huawei cloud storage bucket
```bash
python3 main.py -hcloud [storage bucket address]
```![image-20220716141948046](images/image-20220716141948046.png)
## 4. AWS storage bucket
```bash
python3 main.py -aws [storage bucket address]
```![image-20220716142431142](images/image-20220716142431142.png)images/image-20220716142431142.png)
## 5. Scan results saving
The scan results will be stored in the `results` directory
![image-20220716142617997](images/image-20220716142617997.png)
![image-20220716142641883](images/image-20220716142641883.png)
# :cop:0xFFFFFFFF Disclaimer
1、This tool is only for academic exchange, it is forbidden to use the tool to do illegal things
2, just writing for fun
3、My WeChat
> If you have a better suggestion or make a friend
4、Blog: UzzJu.com
5、Public![image-20220716143619529](images/image-20220716143619529.png)
# Curve chart
[![Stargazers over time](images/Cloud-Bucket-Leak-Detection-Tools.svg)](https://starchart.cc/UzJu/Cloud-Bucket-Leak-Detection-Tools)