https://github.com/lednerb/cloudpeeker
Fast and customized vulnerability scanner for the «ownCloud Nextcloud Unprotected Data Directory» vulnerability.
https://github.com/lednerb/cloudpeeker
Last synced: 12 months ago
JSON representation
Fast and customized vulnerability scanner for the «ownCloud Nextcloud Unprotected Data Directory» vulnerability.
- Host: GitHub
- URL: https://github.com/lednerb/cloudpeeker
- Owner: Lednerb
- License: mit
- Created: 2023-12-21T16:08:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T13:04:33.000Z (over 1 year ago)
- Last Synced: 2025-03-13T12:35:25.068Z (over 1 year ago)
- Language: Python
- Homepage: https://lednerb.de/en/research/CloudDrain
- Size: 778 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Overview
CloudPeeker is a tool for quickly scanning a list of domains for the "ownCloud / Nextcloud Unprotected Data Directory" vulnerability. It efficiently checks for this specific vulnerability across multiple domains.
## Quick Start
1. **Building the Docker Image:**
Use the provided `Dockerfile` to build a Docker image:
```
docker build -t cloudpeeker .
```
2. **Running the Tool:**
Execute CloudPeeker with the following Docker command:
```
docker run --rm cloudpeeker http://vulnerable-nextcloud-for-clouddrain.lednerb.de
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Repository
Find this project on GitHub: [Lednerb/CloudPeeker](https://github.com/Lednerb/CloudPeeker)
## Credits
This scanning tool is part of the IT security study "CloudDrain" conducted by Lednerb IT-Security GmbH.
The aim of this study is to investigate the impact of the "ownCloud / Nextcloud Unprotected Data Directory" vulnerability. A total of 921,220,480 domains were analyzed. Among these, over 255 million domains from the geographical European countries and over 655 million domains from the .com domain range were scanned.
[» Have a look at the full whitepaper by clicking here «](https://lednerb.de/en/research/CloudDrain?utm_campaign=CloudDrain&utm_source=GitHub)