Jump to content
UBot Underground

[FREE] The safest internet browser made with uBot


Recommended Posts

I just have free time, and needed to check frequently in same sites without leaving a trace. So i build this bot.

 

Don't know if you can make a use of it.

 

Just trying to share something :)

 

Here's the code:

 

ui text box("Proxy IP ( xxx.xxx.xxx : Port )", #Proxy)
ui text box("Proxy Username", #ProxyUsername)
ui text box("Proxy Password", #ProxyPassword)
ui text box("URL Address", #URLAddress)
ui button("Run") {
    clear cookies
    shell("cmd.exe /c rmdir /s /q \"%APPDATA%\\Macromedia\\Flash Player\\#SharedObjects\\\"")
    set referrer($spin("\{http://www.facebook.com|https://www.google.com|http://www.youtube.com|https://twitter.com|http://en.wikipedia.org|http://www.amazon.com|https://login.live.com|http://www.yahoo.com|http://www.bing.com|http://www.cnn.com|http://www.ebay.com|http://disqus.com|http://www.imdb.com\}"))
    change proxy(#Proxy)
    set proxy credentials(#ProxyUsername, #ProxyPassword)
    navigate(#URLAddress, "Wait")
}

 

 

 

I think this is should safer than incognito chrome browser.

 

Any comments, inputs, idea or mod bot are very welcome. I need that to make the safest browser in history :)

SafeBrowser.ubot

  • Like 1
Link to post
Share on other sites

I aware of that :)

 

I just tried to be simple and not to spent too much time. Tried to change the user agent, it involved quite a lot of codings and variable, need to use if-then scenario. Because of that i passed the user agent.

 

Will love if somebody can make it more perfect :)

Link to post
Share on other sites

Yeah, I was a bit confused by the title.  This will definitely leave a trace.  All it does is change the proxy. You need to change useragent and other browser properties. It would be cool if someone could share a massive list of user agents that work on most sites.  This is hard to do, though.  I have tried and some sites just act different/weird for each useragent.  I even created a bot just to see if a useragent would work on a certain site because I had a list of something like a thousand user agents and I wanted to only keep the ones that worked.

Link to post
Share on other sites

@bestmacros : yes it is, but i found that i need to use if-then scenario which i'm lazy to do it :)

 

@illmill : This is great input, can you explain more detail why it will still leaving a trace despite of the user agent ? It used proxy, clear everything even flash cookies before browsing and it use a referrer to hide the track. Can you give input so we can make the best safe browser in the world by ubot :)

Link to post
Share on other sites

Don't mean to bust anyone's bubbles here, but I'm pretty sure tor is the safest browser in history. At least the safest browser I have ever seen.

 

You don't connect directly to the internet you bounce around through other connections first.

 

https://www.torproject.org/

Link to post
Share on other sites
Don't mean to bust anyone's bubbles here, but I'm pretty sure tor is the safest browser in history. At least the safest browser I have ever seen.

 

You don't connect directly to the internet you bounce around through other connections first.

 

https://www.torproject.org/

this is nice, but how can it be connected to ubot bots?

Link to post
Share on other sites
  • 5 months later...
  • 3 months later...

Don't mean to bust anyone's bubbles here, but I'm pretty sure tor is the safest browser in history. At least the safest browser I have ever seen.

 

You don't connect directly to the internet you bounce around through other connections first.

 

https://www.torproject.org/

Sorry its not. NSA & Hackers sitting on all exit nodes and the encryption is cracked also... I would NEVER send Passwords etc through TOR

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...