GCP - Storage Persistence

Support HackTricks

Storage

Cloud Storage के बारे में अधिक जानकारी के लिए देखें:

storage.hmacKeys.create

आप एक HMAC बना सकते हैं ताकि एक बकेट पर स्थायीता बनाए रखी जा सके। इस तकनीक के बारे में अधिक जानकारी के लिए यहाँ देखें

# Create key
gsutil hmac create <sa-email>

# Configure gsutil to use it
gsutil config -a

# Use it
gsutil ls gs://[BUCKET_NAME]

Another exploit script for this method can be found here.

सार्वजनिक पहुँच दें

एक बकेट को सार्वजनिक रूप से सुलभ बनाना बकेट पर पहुँच बनाए रखने का एक और तरीका है। इसे कैसे करना है, यह देखें:

Support HackTricks

Last updated