You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm receiving an error when I attempt to scan a GCP bucket while supplying credentials and I'm not sure where I've gone wrong.
I run
'python3 gcpbucketbrute.py -k <BUCKET_NAME> -f sa.pem'
(Just for clarity, BUCKET_NAME is replaced with my bucket name)
And I receive the following error:
raise PicklingError(
_pickle.PicklingError: Pickling client objects is explicitly not supported.
Clients have non-trivial state that is local and unpickleable.
I downloaded the service account credentials from GCP after creating and haven't modifed that file. It was originally a .json file which also didn't work.
Thanks,
Joe
The text was updated successfully, but these errors were encountered:
Same issue here, the temporal solution i have found, was using the docker image uploaded by other user, and mentioned by @janmasarik so kudos for him, the docker image name: s14ve/gcpbucketbrute, so the error should be related to newer versions of python, hope this help you running authenticated requests.
Good Morning,
I'm receiving an error when I attempt to scan a GCP bucket while supplying credentials and I'm not sure where I've gone wrong.
I run
'python3 gcpbucketbrute.py -k <BUCKET_NAME> -f sa.pem'
(Just for clarity, BUCKET_NAME is replaced with my bucket name)
And I receive the following error:
raise PicklingError(
_pickle.PicklingError: Pickling client objects is explicitly not supported.
Clients have non-trivial state that is local and unpickleable.
I downloaded the service account credentials from GCP after creating and haven't modifed that file. It was originally a .json file which also didn't work.
Thanks,
Joe
The text was updated successfully, but these errors were encountered: