Jump to content
  • 0

Sentry MBA Config Error :CSRF Token


ghostman101

Question

Recently i tried to make a config for Windscribe and i ended up in this error. Check the screenshot.

Can anyone help me in the CSRF Token updating automatically.
I tried putting check on refresh data but still same problem.
Thank You
 

Capture.JPG

Capture1.JPG

Capture2.JPG

  • Upvote 1
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

UNtick Refresh Cookies.

No problems here.

Edited by demiurgo
  • Upvote 2
Link to comment
Share on other sites

  • 0

@pacifico Thank you sir 

But how can i post a request on it along with login page??

Edited by ghostman101
  • Upvote 1
Link to comment
Share on other sites

  • 0

@pacifico
Thank You very much sir :)

I am glad that you helped me in this.
Thank You Very Much :)    

Captur33e.JPG

  • Upvote 2
Link to comment
Share on other sites

  • 0
Le 16/10/2017 à 10:59, pacifico a dit :

As i said you have to make a POST request to https://res.windscribe.com/res/logintoken in order to parse csrf_token and csrf_time, you need both of them in your post data . So define that url as you Intermediate Stage Action URL

L9snNc9.jpg

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Response has this format --->  {"csrf_token":"542e25938cd18c39f1657507332de770518ab8f4","csrf_time":1508142731}

Now you can parse csrf_token and csrf_time from it (intermediate stage response) by variables. You'll need 4 variables for that.

FIRST VARIABLE

FP6HPZE.jpg

SECOND VARIABLE

62BeXak.jpg

THIRD VARIABLE

Concatenate FIRST VARIABLE with character &

awa7iMJ.jpg

FOURTH VARIABLE

Concatenate THIRD VARIABLE with SECOND VARIABLE

GIOMLlT.jpg

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Now send FOURTH VARIABLE (postDataFInal as i named it) as POST Action POST Data

ZiYl9C6.jpg

Whaouuuuuu !!!! Respect

 

Link to comment
Share on other sites

  • 0

-----Start Variables Computation----->

Computing Variable -> csrfTime

Error triggered by parsing input two

<-----Computation error by parsing <-> Parsing error issued----->


----------------------------------------------------------------------------------
<-----Bot Status: 421 - Parsing Error in the Intermediate Action Stage----->
---------------------------------------------------------------------------------->
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...