Jump to content
UBot Underground

How do you make sure ubot doesn't leave footprints ?


Recommended Posts

How do you make sure ubot doesn't leave footprints ?

 

I got canned from something i thought i was 100% cloaked !

Various LOOPs with $rand parameters with various WAIT $rand parametres with CLEAR COOKIES/SET REFERRER/SET USER AGENT

Not using proxies, same IP all the time, no free email/nice profile, doing very little stuff to test everything.

BANG Out you go sun !!!

In fact, i wonder how the hell they caught me hehehehehe

 

Is there a way for people to find out you're using ubot (compiled bots)?

Flash cookies ? If so, ubot should have this feature ASP (besides having to go to macromedia everytime)

Link to post
Share on other sites

u can check what sites are doing beside cookies and flash cookies with ya chromebrowser

install https://chrome.google.com/webstore/search/ghostery

many sites use pixeltracking. Dont ask me how the technic behind is working but it is working.

 

I was ask here in the forum some times before to have a option in ubot for a function to exclude some sites

like we can do it on windows with the hosts file (127.0.0.1 google.com) as example blocks google.com

  • Like 1
Link to post
Share on other sites

I will try this

 

define Clear ALL Cookies {

   shell("C:\\windows\\system32\\rundll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351")

   shell("cmd.exe /c rmdir /s /q \"%APPDATA%\\Macromedia\\Flash Player\\#SharedObjects\\\"")

}

Clear ALL Cookies()

  • Like 1
Link to post
Share on other sites
  • 2 months later...

This is a list containing everything aspect that I can come up with that leaves tracks on other sites.

 

I thought that we could get some living discussion going on of best practices.

 

 

 

Fresh IP - I use HMA

 

Clear flash cookies - I use the code talked about in this thread http://www.ubotstudio.com/forum/index.php?/topic/11186-how-do-you-make-sure-ubot-doesnt-leave-footprints/page__hl__cookies

 

Randomization of timings

 

Clear cookies - This is built into ubot.

 

Set referrer - I always set mine to https://www.google.com since Im not sure what else would work here or if this is even right.

 

Set user agent - I create a list of user agents from this site http://www.useragentstring.com/pages/useragentstring.php then randomly load a line from the list.

 

Set browser properties - brand new, I dont know what to do with it, but I would love to see some creative uses.

 

Fresh content - I post to classified sites so this critical for me.

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

Randomization of timings <<< how many seconds do you use in $rand to emulate human behaviour so that the target sites not think we use a bot ?

 

Set user agent <<< Does our code works with most of user agents? OR do we have to use different codes for different user agent ?

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...