How to change everything that can identify me online

BackY

Senior Member
Joined
Dec 28, 2012
Messages
1,176
Reaction score
275
Hey guys,
I wanted to know what's the BEST way to simulate different browsers and locations? I also want to change everything that can could potentially match my visit to a previous one. Also the browser ID, cookies, everything.
I already have a VPN that would take care of the IP. Any tips?
 
I'm gonna need this knowledge too, not for crime schemes tho
 
VPN + New User if you're using Windows.
I will need to do that many times during the day, not just once :/

I'm gonna need this knowledge too, not for crime schemes tho
at the contrary. I need this to prevent other people from doing shady stuff with my affiliate links.
 
Hey guys,
I wanted to know what's the BEST way to simulate different browsers and locations? I also want to change everything that can could potentially match my visit to a previous one. Also the browser ID, cookies, everything.
I already have a VPN that would take care of the IP. Any tips?
Use a browser agent randomizer and use hundreds of browser user agents, along you can always use rotating residential proxies. This has been an old technique and now trackers can easily track you, so you should take good care while buying residential proxies. Don't buy from a vendor who is economical but one who is beyond reach of most of the people like luminati.
 
Use a browser agent randomizer and use hundreds of browser user agents, along you can always use rotating residential proxies. This has been an old technique and now trackers can easily track you, so you should take good care while buying residential proxies. Don't buy from a vendor who is economical but one who is beyond reach of most of the people like luminati.
Would a VPN do? Or maybe cause many ppl use them, not a good idea, so it's best to use proxies?
 
Go to Vultr and spin up a new virtual machine. Everything will be 100% fresh with whatever OS you want. (You can also load up any ISO image). If you also want a residential IP, just use a residential proxy.
 
Go to Vultr and spin up a new virtual machine. Everything will be 100% fresh with whatever OS you want. (You can also load up any ISO image). If you also want a residential IP, just use a residential proxy.
That would be still only usable once. I need to be able to switch all that in a click.
 
That would be still only usable once. I need to be able to switch all that in a click.

Well, with one click you can spin up a brand new virtual computer instance. But I'm guessing you don't want to wait 2 minutes for a new instance to spin up?

Assuming you want to use JavaScript:

If you really want to be 100% unique, you'll never be able to guarantee that without changing computers or virtual instances. You can spoof canvas fingerprinting, but its usually possible to tell you're spoofing the fingerprint even though it can mask you. Definitely at least look into canvasdefender https://multiloginapp.com/canvasdefender-browser-extension/

I'd suggest looking into MultiLoginApp itself, but I don't think it will work with a VPN, and their main benefit is being able to switch between identities.

Good luck spoofing everything, its a lot to take care of.... here's some things JS opens you up to:

Code:
- Browser Name / Version
- Operating System
- Screen Size / Resolution
- If plugins like Flash / Java are installed
- Internet Connection Type (BroadBand /4G/3
- Mobile Device Name (if you are browsing from a Mobile Phone or Tablet)
- Default system locale / language
- System time and timezone
- Installed fonts
- If you visited the site by clicking on a link, then the url of the previous page

If you don't need JavaScript enabled:

You're immediately at less risk of being identified, but you're also waiving a huge red flag.... because no "normal" user disables Javascript.

Also, head over to https://privacy.net/analyzer/ just for fun.
 
Well, with one click you can spin up a brand new virtual computer instance. But I'm guessing you don't want to wait 2 minutes for a new instance to spin up?

Assuming you want to use JavaScript:

If you really want to be 100% unique, you'll never be able to guarantee that without changing computers or virtual instances. You can spoof canvas fingerprinting, but its usually possible to tell you're spoofing the fingerprint even though it can mask you. Definitely at least look into canvasdefender https://multiloginapp.com/canvasdefender-browser-extension/

I'd suggest looking into MultiLoginApp itself, but I don't think it will work with a VPN, and their main benefit is being able to switch between identities.

Good luck spoofing everything, its a lot to take care of.... here's some things JS opens you up to:

Code:
- Browser Name / Version
- Operating System
- Screen Size / Resolution
- If plugins like Flash / Java are installed
- Internet Connection Type (BroadBand /4G/3
- Mobile Device Name (if you are browsing from a Mobile Phone or Tablet)
- Default system locale / language
- System time and timezone
- Installed fonts
- If you visited the site by clicking on a link, then the url of the previous page

If you don't need JavaScript enabled:

You're immediately at less risk of being identified, but you're also waiving a huge red flag.... because no "normal" user disables Javascript.

Also, head over to https://privacy.net/analyzer/ just for fun.

So amazing the amount of info in this post, Thank you so much, I hope other people have something to add.
I really want to build the perfect tool for this, as people are scamming me and companies by doing affiliate fraud. I respect blackhat, but this is robbery, and we don't do that!
 
Use a browser agent randomizer and use hundreds of browser user agents, along you can always use rotating residential proxies. This has been an old technique and now trackers can easily track you, so you should take good care while buying residential proxies. Don't buy from a vendor who is economical but one who is beyond reach of most of the people like luminati.

Any way to get luminati for cheap?
 
So amazing the amount of info in this post, Thank you so much, I hope other people have something to add.
I really want to build the perfect tool for this, as people are scamming me and companies by doing affiliate fraud. I respect blackhat, but this is robbery, and we don't do that!
What are you talking about, and how will different user agents help?
 
this will get rid of your cookies and you get a semi usefull IP in Python
Code:
################################################################

###

###  MIPYTHON.COM

###

################################################################

### ANON LOOK UP BOT

################################################################

from selenium import webdriver

import time



browser = webdriver.Firefox()



def banner():

   print("*" * 60)

   print("http://www.MIPYTHON.com")

   print("Anon Look Up Bot")

   print("*" * 60)



def go_anon():

   browser.get("http://www.kproxy.com")

   url = "http://google.com"

   browser.implicitly_wait(300)



   elem = browser.find_element_by_id("maintextfield").clear()

   print("CLEARING ELEMENT")

   elem = browser.find_element_by_id("maintextfield").send_keys(url)

   print("POSTING \t" + url)

   elem = browser.find_element_by_id("maintextfield").submit()

   print("REDIRECTING TO \t" + url)



def get_current_ip():

   ip = browser.current_url

   print("YOU ARE AT \t" + str(ip))

You gota get rid of you MAC your self like others say.
 
or go headless

Code:
###############################################################################

### HEADLESS

###############################################################################

PROXY = ":"



webdriver.DesiredCapabilities.FIREFOX['proxy'] = {

"httpProxy":PROXY,

"ftpProxy":PROXY,

"sslProxy":PROXY,

"noProxy":None,

"proxyType":"MANUAL",

"class":"org.openqa.selenium.Proxy",

"autodetect":False

}

###  HEADLESSS REMOTE
driver = webdriver.Remote("http://www.google.com", webdriver.DesiredCapabilities.FIREFOX)"""
 
Buy a Windows VPS with a cloud panel, connect to it using VPN/RDP, buy with ETH, and just reset the VPS image every time you want to reset your identity
 
this will get rid of your cookies and you get a semi usefull IP in Python
Code:
################################################################

###

###  MIPYTHON.COM

###

################################################################

### ANON LOOK UP BOT

################################################################

from selenium import webdriver

import time



browser = webdriver.Firefox()



def banner():

   print("*" * 60)

   print("http://www.MIPYTHON.com")

   print("Anon Look Up Bot")

   print("*" * 60)



def go_anon():

   browser.get("http://www.kproxy.com")

   url = "http://google.com"

   browser.implicitly_wait(300)



   elem = browser.find_element_by_id("maintextfield").clear()

   print("CLEARING ELEMENT")

   elem = browser.find_element_by_id("maintextfield").send_keys(url)

   print("POSTING \t" + url)

   elem = browser.find_element_by_id("maintextfield").submit()

   print("REDIRECTING TO \t" + url)



def get_current_ip():

   ip = browser.current_url

   print("YOU ARE AT \t" + str(ip))

You gota get rid of you MAC your self like others say.

Good start... @BackY if you're a programmer custom selenium is the easiest way to go.

You can also create a virtual display like this (should spoof display although haven't checked this in a while.), works well with headless:

Code:
from pyvirtualdisplay import Display
display = Display(visible=0, size=(1000, 600))
display.start()

And selenium will let you set (and randomize if you're a coder) all firefox properties such as
Code:
"media.volume_scale": "0.0"
and even plugins. I've got a script that actually randomizes and rotates through a handful of plugins.
 
Back
Top