Jump to content
UBot Underground

null_datatype

Fellow UBotter
  • Content Count

    2
  • Joined

  • Last visited

Everything posted by null_datatype

  1. Is anyone experiencing an issue where the sound or the download feature for the optional Google Recaptcha method does not work? When I navigate to youtube, for example, I can hear sound, so I'm wondering if there is an issue with ubot parsing the recaptcha option. You can do a quick demo test on google's recaptcha site: https://www.google.com/recaptcha/api2/demo Thanks for your input.
  2. I read in a Support Ticket that a proxy cannot be changed for socket containers. However, if you are interested in modifying the socket headers you can certainly do so. In the following example, I have changed the HTTP_X_FORWARDED_FOR header. For security reasons, this is a good header to change, since some recipients can determine if a client is simply switching to a different IP from within the same hosting server: plugin command("SocketCommands.dll", "socket container") { plugin command("SocketCommands.dll", "socket set header", "x-forwarded-for", "5.6.7.8") plugin command("
×
×
  • Create New...