An open API service indexing awesome lists of open source software.

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.

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}
```