[Storm] Failure & Succes Keywords Help

TopAccGen

Lurker
Member
Joined
Threads
8
Posts
19
Hi Cracking.org

I dont understand storm quite yet. Cause the way of making configs is way diffrent then with Sentry MBA

My success key => $SuccessKey = indexof($Stage1ResponseSource#, "My Profile")

My bad key => $BadKey = indexof($Stage1ResponseSource#, "Authentication Error. Please check email and/or password and try again.")

Aso my conditions.

Success-Condition = $SuccessKey#

Failure-Condition = $BadKey#

Condition = Any ( What is this ? )


It is not working I need some urgent help I read all documentations and saw some videos but nothing helped me understand it cause the tutorials cover diffrent information.
 
  • T
    Created
  • Last reply
  • 1
    Replies
  • 507
    Views
  • 2
    Participants
  • Participants list
Variable-1 = $SuccessKey = indexof($Stage1ResponseSource#, "My Profile")
Use as next variable
Variable-2 = $SuccessCondition = $SuccessKey# >= 0
and then
Success-Condition = $SuccessCondition#