| Hack Credit Card | Visa | MasterCard | SSN | Amazon | Email Address | MYSQL Database | IP Address |
( HACKED | LEAKED | EXPLOITED )
Showing posts with label Amazon Access Key. Show all posts
Showing posts with label Amazon Access Key. Show all posts
May 28, 2018
Visa Hack Credit Card 2019 with CVV Fullz Indiana USA
4423460000215944 | 11/19 | 551 | Vernon Smith | 211 LONGFELLOW | North Webster | IN | 46555 | UNITED STATES
January 21, 2015
Amazon Access Key
Vagrant.configure 2 do |config|
config.vm.box = "dummy"
config.vm.provider :aws do |aws, override|
aws.access_key_id = "NAZONOMOJIRETSU"
aws.secret_access_key = "mottonagainazonomojiretsu"
aws.region = "ap-northeast-1"
aws.keypair_name = "orenokey"
aws.ami = "ami-4985b048"
aws.instance_type = "t2.micro"
aws.subnet_id = "subnet-orenosubnet"
December 19, 2014
Amazon Access Key
:path => ":class/:attachment/:hash/:style.:extension",
:s3_credentials => Proc.new { |a| a.instance.s3_credentials }
def s3_credentials
{:bucket => 'poligloton_dev', :access_key_id => "AKIAJSGYG5KUXWP7ADTA", :secret_access_key => "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"}
end
validates_attachment_content_type :avatar, :content_type => /\Aimage\/.*\Z/
# associations
belongs_to :language
belongs_to :location
belongs_to :creator, class_name: 'Member'
ha
December 17, 2014
Amazon Access Key
module.exports={credentials:{accessKeyId:process.env.AWS_ACCESS_KEY_ID,secretAccessKey:process.env.AWS_SECRET_ACCESS_KEY,},dynasty:require('dynasty')(credentials),userdb:dynasty.table("pb-users"),statusdb=dynasty.table("pb-statuses"),messagedb=dynasty.table("pb-messages")};