https://github.com/i5nipe/nicloud
Brute force public AWS, GCP, and DigitalOcean cloud services.
https://github.com/i5nipe/nicloud
bugbounty bugbounty-tool infosec
Last synced: 5 months ago
JSON representation
Brute force public AWS, GCP, and DigitalOcean cloud services.
- Host: GitHub
- URL: https://github.com/i5nipe/nicloud
- Owner: i5nipe
- Created: 2021-09-13T23:55:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T18:44:00.000Z (about 4 years ago)
- Last Synced: 2025-03-10T07:35:50.883Z (over 1 year ago)
- Topics: bugbounty, bugbounty-tool, infosec
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NiCloud
> Brute force public AWS, GCS, and DigitalOcean cloud services.
- Download the default wordlist file [here](https://raw.githubusercontent.com/i5nipe/nicloud/master/files/cloud.txt).
- You don't need to specify the wordlist file if you put it in `~/.nipe/cloud.txt`.
- If none of the arguments are specified it will brute force *all*. *[-aws -gcs -dos]*
## ☕ Install
```bash
{your package manager} install awscli
```
```bash
go install github.com/i5nipe/nicloud@latest
```
## ☕ Examples
```
nicloud -d {COMPANY} -w permlist.txt
nicloud -aws -d {COMPANY}
nicloud -dos -gcs -d {COMPANY}
```