Could anyone give me a hint as to why capture is not working for this config I made? The one pushed out from snipr server does not have capture and is not as fast.
Any tips appreciated.
Thanks!
[hide]
{
"General": {
"proxyType": "Proxies",
"comboType": "Email/Username",
"threads": "150",
"name": "Zcash2"
},
"Requests": [
{
"successKeys": [
"Community"
],
"actionUrl": "https://thezumiezstash.com/login",
"method": "GET",
"userAgent": "Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.89 Safari\\/537.36 OPR\\/49.0.2725.47",
"contentType": "application/x-www-form-urlencoded",
"accept": "*/*",
"referer": "https://thezumiezstash.com/login",
"cookies": "__cfduid=d372399219c8c516f1d99e506db39a11a1522119692",
"postData": "username_login=<USER>&password_login=<PASS>&op=Login&form_build_id=form-+id+&form_id=crowdtwist_login_form",
"headers": [
{
"name": "X-Content-Type-Options:",
"value": "nosniff"
},
{
"name": "X-Generator: Drupal 8 (https://www.drupal.org)",
"value": "Drupal 8 (https://www.drupal.org)"
}
],
"failureKeys": [
"The login information was incorrect. Please try again."
],
"variables": [
{
"type": "Regex",
"name": "id",
"usedFor": "postData"
}
]
},
{
"method": "POST",
"actionUrl": "https://thezumiezstash.com/login",
"userAgent": "Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.89 Safari\\/537.36 OPR\\/49.0.2725.47",
"contentType": "application/x-www-form-urlencoded",
"accept": "*/*",
"referer": "https://thezumiezstash.com/login",
"cookies": "__cfduid=d372399219c8c516f1d99e506db39a11a1522119692",
"postData": "username_login=<USER>&password_login=<PASS>&op=Login&form_build_id=form-+id+&form_id=crowdtwist_login_form",
"successKeys": [
"Community"
],
"failureKeys": [
"The login information was incorrect. Please try again."
],
"headers": [
{
"name": "X-Content-Type-Options:",
"value": "nosniff"
},
{
"name": "X-Generator: Drupal 8 (https://www.drupal.org)",
"value": "Drupal 8 (https://www.drupal.org)"
}
],
"captureParse": {
"patterns": [
{
"pattern": "Your Level: <span>([^<]*)",
"returnString": "Level: +1+"
},
{
"pattern": "<div class='num orange'>([^<]*)",
"returnString": "Points: +1+"
}
]
}
}
]
}
[/hide]
Any tips appreciated.
Thanks!
[hide]
{
"General": {
"proxyType": "Proxies",
"comboType": "Email/Username",
"threads": "150",
"name": "Zcash2"
},
"Requests": [
{
"successKeys": [
"Community"
],
"actionUrl": "https://thezumiezstash.com/login",
"method": "GET",
"userAgent": "Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.89 Safari\\/537.36 OPR\\/49.0.2725.47",
"contentType": "application/x-www-form-urlencoded",
"accept": "*/*",
"referer": "https://thezumiezstash.com/login",
"cookies": "__cfduid=d372399219c8c516f1d99e506db39a11a1522119692",
"postData": "username_login=<USER>&password_login=<PASS>&op=Login&form_build_id=form-+id+&form_id=crowdtwist_login_form",
"headers": [
{
"name": "X-Content-Type-Options:",
"value": "nosniff"
},
{
"name": "X-Generator: Drupal 8 (https://www.drupal.org)",
"value": "Drupal 8 (https://www.drupal.org)"
}
],
"failureKeys": [
"The login information was incorrect. Please try again."
],
"variables": [
{
"type": "Regex",
"name": "id",
"usedFor": "postData"
}
]
},
{
"method": "POST",
"actionUrl": "https://thezumiezstash.com/login",
"userAgent": "Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.89 Safari\\/537.36 OPR\\/49.0.2725.47",
"contentType": "application/x-www-form-urlencoded",
"accept": "*/*",
"referer": "https://thezumiezstash.com/login",
"cookies": "__cfduid=d372399219c8c516f1d99e506db39a11a1522119692",
"postData": "username_login=<USER>&password_login=<PASS>&op=Login&form_build_id=form-+id+&form_id=crowdtwist_login_form",
"successKeys": [
"Community"
],
"failureKeys": [
"The login information was incorrect. Please try again."
],
"headers": [
{
"name": "X-Content-Type-Options:",
"value": "nosniff"
},
{
"name": "X-Generator: Drupal 8 (https://www.drupal.org)",
"value": "Drupal 8 (https://www.drupal.org)"
}
],
"captureParse": {
"patterns": [
{
"pattern": "Your Level: <span>([^<]*)",
"returnString": "Level: +1+"
},
{
"pattern": "<div class='num orange'>([^<]*)",
"returnString": "Points: +1+"
}
]
}
}
]
}
[/hide]

