Jump to content
UBot Underground

diskwizz

Members
  • Content Count

    158
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by diskwizz

  1. The benefits are more choices, no more memory leaks, no more browser crashes and you can actually use different user agents then chrome user agents. The issue now is if i use a firefox user agent i could test if it's fake by looking if firefox only javascript executes in the browser, many people already have seen sites that can detect awesomium browsers. Now you can actually use the correct browser and it's impossible to detect and prevent the actions we do in the bot, since we are actually using firefox. I hope this makes sense. We launch in the beginning with Firefox, Chrome, Safari. Lat
  2. Maybe the new upcoming update for the Communication Plugin will solve this issue for you, it would enable you to use it within Ubot. So you don't have to look for a solution outside of Ubot.
  3. So today i wanna show a little sneak peak of what's comming in the new Communication Plugin update. We have added the functionality to communicate with browsers. Yes browsers! Modern browsers have the ability to receive commands what it should do internaly by another process. So we thought, we did make a communication plugin, so... why not even make it more awesome then it already is by introducing the ability to directly communicate with installed browsers! I know, we are excited aswell. We thought we need to keep it simple and understandable. So it's not to steep to learn and people can ge
  4. I'm sorry i do appreciate the effort thought. On the other side it's good you cannot automate port forwarding imagin how easy it would be for mallware and viruses to spread that way!
  5. Port forwarding cannot be done automaticly im affraid, i would have to know all router settings plus all of the router passwords to be able to do it. However if you stick to a client server design then there is no need for the client to listen on any port, it just requests the server for anything to be done and get's a reponse back from the server. This way you would only have to setup a server one time on your vps and let the clients contact the server. But let's do the teamview session tomorrow as we agreed and i will help you with all your problems so you can quickly get to work on your pr
  6. If you are really in a hurry then maybe $shell with response might be the solution for you, it comes with the communication plugin. That way you can install another ftp client and use it as if you where using it trought the command line, other solution would be to install cURL and run $shell with response. Great thing about cURL is it supports almost all network protocols and you could even use proxies. So if you have no time to wait on Microsoft to fix it then this would get you forward with your project. Here are a few cURL ftp examples you could run with $shell with response: Get a FTP d
  7. In general listening from a vps/server is easy because the network topology is designed different as the situation at home, in most cases you just need to allow the port in the firewall. Whereas at home you are also required to forward a port from your router to the desired machine. If your trying to start a listening server from your own machine you will need to forward your port to the machine, otherwise your router does not know where to send the data to. For the other issue you could try to use 0.0.0.0. The ip adres 0.0.0.0 tells the server to listen to all ip adresses assigned to the ma
  8. The best example for remote controlling from php would be the one where you control the robot with. The best one for ubot to ubot control would be the "complex server client". Well that depends on the design what you use, but start server should always have the external ip (or internal 127.0.0.1 if desired) of your vps. Otherwise the $send request that get's send will not be able to reach it. The ip 127.0.0.1 is ofcourse used to run the test examples on the local machine. Authentication features are not implemented, we designed this plugin to be as flexible as possible. However you can des
  9. 1. The pro version comes with the capability to communicate with a HTTP server in the form of $send server request. 2. We don't have that example yet but we can ofcourse add it if there is demand for that. 3. The code has to be pushed again, as soon as you close the bot it doesn't remember what it did last time. You can also run 30 of the same worker bots with different code what you pushed to it. So everytime you start a worker bot it's the code is isolated and only runs the code during run time. 4. If you are refering to Process Id that returns once you start a ubot/process (exe) then you re
  10. Well you would have to run a bot on your machine that either is also a server or sends a request each x seconds to the server to pickup work. From there it can grab or receive work and start the worker bot on your machine. But the best scenario ofc would be to run the worker bot on your vps.
  11. hi meter is it possible to add a mass mail option to the license import feature? to send out the licenses once we imported them? DW
  12. nice, can't wait to see new stuff and if you can ever do the icon in the license box then that would make it look a lot more pro
  13. Hi, uscript and also known as VSL (visual scripting language)
  14. hey there i finally purchased. its very cool its real easy to use too which shocked me as the word obfuscator itself is scarey hahahaha thanks for the great software im loving the results
  15. isnt a typewriter plugin free somewhere
×
×
  • Create New...