October 20, 2022 at 3:39 AM
Say you had the following information for a crowdfunding platform. Best way to use it?
My next move is utilizing AWS secrets to dump their DB from AWS RDS. It should be possible, just need to read up on how to get it done. Next, I'd like to see what can be done with the Stripe key and secrets.
What would you do with this?
- SERVER['HOSTNAME']
- SERVER['HTTP_CF_RAY']
- SERVER['HTTP_X_AMZN_TRACE_ID']
- SERVER['aws_s3_bucket']
- SERVER['aws_s3_private_bucket']
- SERVER['AWSAccessKeyId']
- SERVER['AWSSecretKey']
- SERVER['CLOUD_PATH']
- SERVER['DB_DATABASE']
- SERVER['DB_HOST']
- SERVER['DB_PASSWORD']
- SERVER['DB_PORT']
- SERVER['DB_USERNAME']
- SERVER['defaultAdminPassword']
- SERVER['defaultEmailListPassword']
- SERVER['defaultSnn']
- SERVER['defaultSupportPassword']
- SERVER['google_maps_key']
- SERVER['google_search_api_key']
- SERVER['google_search_api_cx']
- SERVER['mailgunApiKey']
- SERVER['payPalClientId']
- SERVER['payPalClientSecret']
- SERVER['READ_REPLICA_HOST']
- SERVER['Recaptcha_Secret']
- SERVER['Recaptcha_SiteKey']
- SERVER['REDIS_HOST']
- SERVER['Secret']
- SERVER['SiteKey']
- SERVER['stripe_connect']
- SERVER['stripe_connect_live']
- SERVER['stripe_connect_test_mode']
- SERVER['stripe_pub']
- SERVER['stripe_pub_test_mode']
- SERVER['stripe_secret']
- SERVER['stripe_secret_live'
- SERVER['stripe_secret_test_mode']
- SERVER['VAULT_ADDRESS']
- SERVER['VAULT_TOKEN']
- SERVER['forexAPIKey']
- SERVER['SEON_API_KEY']
There's a ton more that I didn't include because I didn't think they were relevant/useful.
My next move is utilizing AWS secrets to dump their DB from AWS RDS. It should be possible, just need to read up on how to get it done. Next, I'd like to see what can be done with the Stripe key and secrets.
What would you do with this?
- SERVER['HOSTNAME']
- SERVER['HTTP_CF_RAY']
- SERVER['HTTP_X_AMZN_TRACE_ID']
- SERVER['aws_s3_bucket']
- SERVER['aws_s3_private_bucket']
- SERVER['AWSAccessKeyId']
- SERVER['AWSSecretKey']
- SERVER['CLOUD_PATH']
- SERVER['DB_DATABASE']
- SERVER['DB_HOST']
- SERVER['DB_PASSWORD']
- SERVER['DB_PORT']
- SERVER['DB_USERNAME']
- SERVER['defaultAdminPassword']
- SERVER['defaultEmailListPassword']
- SERVER['defaultSnn']
- SERVER['defaultSupportPassword']
- SERVER['google_maps_key']
- SERVER['google_search_api_key']
- SERVER['google_search_api_cx']
- SERVER['mailgunApiKey']
- SERVER['payPalClientId']
- SERVER['payPalClientSecret']
- SERVER['READ_REPLICA_HOST']
- SERVER['Recaptcha_Secret']
- SERVER['Recaptcha_SiteKey']
- SERVER['REDIS_HOST']
- SERVER['Secret']
- SERVER['SiteKey']
- SERVER['stripe_connect']
- SERVER['stripe_connect_live']
- SERVER['stripe_connect_test_mode']
- SERVER['stripe_pub']
- SERVER['stripe_pub_test_mode']
- SERVER['stripe_secret']
- SERVER['stripe_secret_live'
- SERVER['stripe_secret_test_mode']
- SERVER['VAULT_ADDRESS']
- SERVER['VAULT_TOKEN']
- SERVER['forexAPIKey']
- SERVER['SEON_API_KEY']
There's a ton more that I didn't include because I didn't think they were relevant/useful.

