Jump to content
UBot Underground

entroqy

Members
  • Content Count

    38
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by entroqy

  1. Used to use DeployMaster ($$) but somewhere along the way what used to be excellent support just disappeared. Switched to Inno and v happy. Not using it for ubot yet?, so while I'm sure it can do the job as it does everything you would possible want to do including phone home and the laundry, don't have settings to recommend.
  2. Nowadays it is possible to identify the browser using JavaScript, each browser has unique errors that makes this possible. User Agent no longer adds much. They can even recognize that selenium is being used.
  3. if you know what you're doing with regard to VMs, ovh.com has some interesting dedicated server offers.
  4. Guys, The announcements and news forum is a little bit stale. A new post in the news forum would be news (joke - ha ha). Anyway, Ubot sent out a marketing email with some hot feature buzzwords, but being a marketing effort, there's not much room for meat. So where do we find the meat nicely collated into a single high-density detailed article/post/linkfest/whatever. Feature list looks like it could be interesting. Main thing I'm interested in technical details about the new browser. rgds
  5. welcome to the world of ajax. you'll be seeing more and more of this. everything interesting in those pages is loaded dynamically, so you need to process the DOM. Best thing to do with these pages is to look at them using the developer tools or firebug first to figure out what's going on.
  6. >easy of creating automation sequences in ubot into the c# environment. If what you refer to is taking the 'automation process' rather than actually using ubot in conjunction with your C# then there's very little that ubot does that can't be wrapped into your own C# code. Simply implement equivalent high level functions. Of course, that's a lot of work, but I guess you could then actually parse and run the ubot scripts directly from C#. By the time you're finished you've probably cloned ubot and spent a lot of time doing that. Of course, some of the simpler sequences could be a lot qu
  7. mobileconsultant, Thanks for the heads up. I sort of just assumed that Dan was the author as well. My mistake. I did do a search for a link to the plugin, but probably didn't do a very good job of it. Actually, I did see the link to http-post, but did not realize that this was the plugin that Dan's videos were about, http being a bit more than just http post Thanks again!
  8. Dan, i'd like to know what this plug in does but can't find a link to info about it. I'd PM you but I can't do that yet because of posting limits. Maybe you could include a link to the product it self? (Oops if I missed the link, but I did look.)
  9. So, seems v4 is a requirement. How to get - is available for download?
  10. I had a couple of minutes of weird behavior from ubot shortly after starting up. Scripts would not run and could not run nodes either. Manual operation of most other UI elements worked fine. After a couple of minutes the problem disappeared. I'm guessing that there's a ubot server doing on the fly compilation of the scripts and that my problem was that I was not connected to this server, even though I had just been authenticated by the phone home start up. Can anyone confirm this? If not this, why would this be happening?
  11. Hmm. Back today to take a look at what ubot is up to nowadays. It's been a couple of years since the last time I had a look, so just shelled out for the developer version upgrade. Now I find this thread and I'm wondering if I should be working with v4 instead? Last version I used was v3. Was interested to learn about plugins, looks promising. So - are plugins stable in v5? or should I be looking at v4? Is it still possible to get v4?
  12. Keep the inbox small to makes processing speed consistent. It's not clear from you reply whether you are simply adding labels to the messages or moving them to the label. The key is to "move" the messages to get them out of the inbox. If you just add a label to a message it stays in the inbox. For fast processing, POP3 clients can store the .eml locally (if required) and delete the message out of the inbox. Make sure that gmail is configured to accept the delete command, otherwise it will ignore the delete instruction. If you need to keep the emails in gmail, then you need to go in and m
  13. Hi there, I have a site with complicated HTML that presents data as a visual table. Underneath, the HTML is a bunch of divs, multiple tables per row , and multiple rows containing related data. So, no nice clean pattern that I can parse. Using code this is not be a problem, but I want to use ubot for this. It's no problem to just extract one cell from each row, e.g. a URL or a description, but I want to know if it is possible to extract data from multiple cells in a single pass. I can't provide links or sample HTML as the site is behind a login and the data is confidential. So my qu
  14. Haven't used gmail with ubot yet, but I suspect that if this might be an issue that can be solved by using labels. Are all your emails sitting in your inbox? If so, you can move your mail into labels and keep the inbox small. And that should speed things up. And you can still use the All Mail feature to see everything. Downside is that unless you are using an IMAP client, you have to do this manually.
  15. Another option is to set up a web page (e.g. showip.php) that shows the client IP. setup the proxy and then navigate to showip.php and extract the IP and compare to your proxy IP. If you don't have your own page for this, you could use sites like whatismyip.org, etc
  16. Yeah, I'm busy looking at Awesomium for other reasons. The feature set is really interesting, especially the off screen rendering, I can do a lot with that. But their support forums are, let's be polite and call it unsatisfactory. Documentation is not the greatest. The wiki is a joke. So maybe I just haven't spent enough time on it, but to me, lack of visible support is a red flag. it creates the impression that this is a side project for them and they are spending their time doing other things. And the problem with that is that it looks like it would be easy for them to simply walk away fro
  17. Dragging is a combination of mouse down, mouse move and mouse up events. So you have to something like this select window mouse move to location1 mouse down mouse move to loaction 2 mouse up. So one problem is that you have to know the co ordinates of location 1 and location 2 before you start. Not sure that ubot can provide this info. There are tools that you can use to figure out the coordinates, but that is only useful if you can guarantee that the window will always be in exactly the same location. I see that ubot now has mouse commands but I haven't tried to use them yet. Simple
  18. Aha! A reality check. This is interesting - where the limits lie. Can one inject custom js into the browser instance?
  19. Well as mentioned above, I already have it, bought a couple of years ago to evaluate but decided not to use it for anything serious for various reasons. I now have a couple of projects that I think ubot might handle quite nicely and so I plan to use these to take another look. First one is a google serp slurper. Not just the urls, but the rest of the info too so that I can track a couple of things that I'm interested in. I want this info to feed into a sqlite db, so that I can then do other things with it. This looks like a good project to figure out how ubot handles more complex parsing. Ri
  20. Hi there, I have a couple of personal projects that I'm thinking of using ubot for. So here I am, kicking the tires, so to speak, and I'm curious. Is there a show case of ubot magic? What would you guys consider to be the cool things that you have made ubot do? Thanks
  21. Praney, Can't comment on your yet. I'm keeping your script as a "how to" for the next time I play with google. Thanks
  22. Work around for this proxy issue. The UBOT validation fails at start up with certain proxies. If you have this issue and need to work with that proxy, then you'll have to disable that proxy in Internet Explorer Options before you start up UBOT. Then start UBOT and let it complete its validation. Once you have the main form displayed, you've been validated and you can re enable the proxy. The main webbrowser in UBOT seems to work fine with these problem proxies. Looks like it's just the initial validation process that doesn't have the bug. Not sure how often UBOT is going to validate during
×
×
  • Create New...