Add option for own wordlist and Dockerfile#2
Add option for own wordlist and Dockerfile#2janmasarik wants to merge 4 commits intoRhinoSecurityLabs:masterfrom
Conversation
|
Thanks for your PR! Will get it merged shortly.
|
|
I'm having trouble getting the Docker setup working. Does the link in the first command need to be https://github.com/RhinoSecurityLabs/GCPBucketBrute/blob/master/Dockerfile instead of just the regular repository link? |
|
Apologies, I had a typo there as I'm using my pre-built image Ideal case would be to skip the boring build part and provide a pre-built image. As it's your repo, I didn't want to give mine image in README, but feel free to do so if you think it's ok :-) Another option is to setup automated builds; it's quite simple and described here: https://docs.docker.com/docker-hub/builds/. In this case, you would skip the manual build part on updates completely as it would be handled automatically by docker hub. |
|
Also, thanks for the answers! I believe that huge % of the code could be shared among S3, Azure, DO Spaces and GCP bucket enumeration tool. Aren't you aware of any tool to rule them all? (at least attempts to) |
Here are some small changes required for me to work with your tool. :-)
I'll also use this MR to ask 2 questions:
ThreadPoolExecutor)Otherwise, thanks again and have a great day!