initstring / cloud_enum

Multi-cloud OSINT tool. Enumerate public resources in AWS, Azure, and Google Cloud.
MIT License
1.64k stars 241 forks source link

Added Dockerfile. Build: `docker build -t <tag> .` #38

Closed airman604 closed 2 years ago

airman604 commented 3 years ago

Dockerfile for Docker image creation. Build with:

docker build -t <TAG> .

Run with:

docker run --rm -it <TAG> -k somecompany

If using custom mutations and wordlists, these need to be mapped into the container and referenced using in-container paths.

initstring commented 2 years ago

Sorry for such a slow reply! Appreciate the contribution, but don't want to maintain anything docker related.

Thanks again!!!