Skip to content

Commit a62efe2

Browse files
authored
Update README.md
1 parent 4080811 commit a62efe2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ Currently enumerates the following:
2121
- Google App Engine sites
2222
- Cloud Functions (enumerates project/regions with existing functions, then brute forces actual function names)
2323

24-
By "open" buckets/containers, I mean those that allow anonymous users to list contents. if you discover a protected bucket/container, it is still worth trying to brute force the contents with another tool.
25-
26-
**IMPORTANT**: Some resources (Azure Containers, GCP Functions) are discovered per-region. To save time scanning, there is a "REGIONS" variable defined in `cloudenum/azure_regions.py and cloudenum/gcp_regions.py` that is set by default to use only 1 region. You may want to look at these files and edit them to be relevant to your own work.
27-
2824
See it in action in [Codingo](https://github.com/codingo)'s video demo [here](https://www.youtube.com/embed/pTUDJhWJ1m0).
2925

3026
<img src="https://initstring.keybase.pub/host/images/cloud_enum.png" align="center"/>
@@ -58,6 +54,8 @@ HTTP scraping and DNS lookups use 5 threads each by default. You can try increas
5854
cloudenum.py -k keyword -t 10
5955
```
6056

57+
**IMPORTANT**: Some resources (Azure Containers, GCP Functions) are discovered per-region. To save time scanning, there is a "REGIONS" variable defined in `cloudenum/azure_regions.py and cloudenum/gcp_regions.py` that is set by default to use only 1 region. You may want to look at these files and edit them to be relevant to your own work.
58+
6159
**Complete Usage Details**
6260
```
6361
usage: cloud_enum.py [-h] -k KEYWORD [-m MUTATIONS] [-b BRUTE]

0 commit comments

Comments
 (0)