Ram

Results 1 comments of Ram

Had same issue, got it working with Docker container **Dockerfile** FROM python:3.8 RUN git clone https://github.com/RhinoSecurityLabs/GCPBucketBrute.git WORKDIR /GCPBucketBrute RUN pip3 install -r requirements.txt ENTRYPOINT ["python3", "gcpbucketbrute.py"] **Build:** docker build ....