m0rtem / CloudFail

Utilize misconfigured DNS and old database records to find hidden IP's behind the CloudFlare network
MIT License
2.22k stars 467 forks source link

Add Dockerfile #20

Closed samsheff closed 6 years ago

samsheff commented 6 years ago

Hello!

I'm often working with servers or other systems where Docker is installed, and to make my life a bit easier I made myself a Dockerfile for CloudFail. I figured maybe this would help someone else, so I decided to submit a Pull Request.

To Build the container: docker build -t cloudfail .

And to run it: docker run -it cloudfail --target TARGET

If you have any questions, let me know! Happy New Year!

m0rtem commented 6 years ago

Brilliant @samsheff ! Thank you for doing this. Happy new year to you as well!!