Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. #Error messages during login
  2. wrong=.error
  3. authentication=Failed to authenticate
  4. security=Invalid captcha
  5. disable_js=We highly recommend that you disable Javascript when viewing the marketplace for better security.
  6. #Path to the binary
  7. binary=C:\\Users\\Joshie\\Desktop\\Tor Browser\\Browser\\firefox.exe
  8. #For the captcha
  9. dbc_user=edited
  10. dbc_pass=edited!!
  11. #Login fields
  12. user= div.icon > input:nth-child(1)
  13. password= div.required:nth-child(4) > input:nth-child(2)
  14. #Where the captcha appears
  15. crop=433, 583, 533, 283
  16.  
  17.  
  18. captcha=div.required:nth-child(9) > div:nth-child(2) > input:nth-child(1)
  19. submit=button.ui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement