? HOW TO GET 100% ON WHOER FOR A CLEAN BROWSER PROFILE ?

CarderPlanet

Professional
Messages
2,552
Reaction score
712
Points
83
In this tutorial i will teach how to get 100% on whoer.net.

Whoer.net is a page which checks different factors of the client, with under : IP, Timezone, DNS, System & Browser Language and User-Agent.

In Carding or Fraud people are failing because they are too stupid to have a correct setup. They try to card with mobile and wonder why fail.

Let's clear up this stuff.

In this tutorial I do not want to show how to harm someone nor call for someone to do illegal things. This tutorial is for education and own benefits of privacy

First of all, visit the page https://whoer.net and check your Disguise, sometimes it's 70%, 80% or 90%.

If you have a very good setup, it's 100%.

Less than 70% is very bad!

1.jpg

In my case i have 90% because of the system time. This is a timezone problem we will fix this later on this tutorial!

Changing IP

To change your IP, just use another VPN connection or a paid proxy.

In the most cases VPNs are blacklisted so that's why many people use proxies.

You can find many tutorials on the internet about using proxy in browsers or operating system.

Changing DNS

DNS is also a factor.

I used a US DNS server and German VPN and whoer said my DNS addresss is different country than my IP so it seems that this is also a risk factor.

You can change your DNS on Linux at /etc/resolv.conf:
Code:
sudo nano /etc/resolv.conf

The default syntax for DNS servers are:
Code:
nameserver <ip>

In Windows you change your DNS:

1️⃣ Open Control Panel

2️⃣ Click on Network and Internet

3️⃣ Click on Network and Sharing Center

4️⃣ Click the Change adapter settings option on the left.

5️⃣ Right click the network interface that you're using and select Properties

6️⃣ Search for Internet Protocol Version 4 and click Properties button.

7️⃣ Select Use the following DNS server addresses and type the DNS address you like to use.

8️⃣ Finally choose OK and apply everywhere and close it.

By default your ISP DNS is used, which is not good because sometimes your ISP is blocking websites like bs.to (vodafone) or other clear web websites.

To find DNS servers you can visit this page :

Additional DNS Servers

VERY GOOD DNS SERVERS ?

Note : all & character means you can use either the first or second address.

Quad9
9.9.9.9 & 149.112.112.112

OpenDNS Home
208.67.222.222 & 208.67.220.220

Cloudflare
1.1.1.1 & 1.0.0.1

CleanBrowsing
185.228.168.9 & 185.228.169.9

Verisign
64.6.64.6 & 64.6.65.6

Alternate DNS
198.101.242.72 & 23.253.163.53

AdGuard DNS
94.140.14.14 & 94.140.15.15

Comodo Secure DNS
8.26.56.26 & 8.20.247.20

DNS Watch
84.200.69.80 & 84.200.70.40

CleanBrowsing
185.228.168.9 (Security)
185.228.168.10 (Adult)
185.228.168.168 (Family)

Uncensored DNS
91.239.100.100

Yandex DNS
77.88.8.8, 77.88.8.1 & 77.88.8.88 & 77.88.8.2

Share Our Channels A Leave Credits Bitches ?

✍️ Note: Same DNS IP Country must same as IP Country

Changing Timezone

A very important fact is, that the system timezone is the also used by the browser, so if you have Europe/Berlin, your Browser is also using this timezone.

You can spoof your timezone in Linux without changing system settings.

In this case you just need the database timezone name which you can get from here :


To know what you have to search you can visit https://ipinfo.io/ and check the timezone response :

timezone: "Europe/Berlin"

To run in linux your browser with a custom timezone you open your terminal, then you write :

TZ='Europe/Berlin' firefox

In Windows i currently don't have a method, but i have already posted a tutorial just check it out :

You can run two checks to get your timezone:
- https://whatismytimezone.com/
- JavaScript Console (just paste Intl.DateTimeFormat().resolvedOptions().timeZone then you get the timezone)

Changing Browser Language

The system and browser language are two factors which are very important. If someone login to a US bank account with Algerian browser language then it is very suspicious.

Some people would say "Maybe an Algerian lives in the US but has his mobile on his mother language", yes but the navigator.languages variable is representing user's preferred languages and if you have de-DE, en-US and so on, it is more suspicious.

1.jpg

To get your current browser languages via console do inspect elements

1.jpg

Console

1.jpg

Then type

navigator.language or navigator.languages

To change your languages go to about:preferences and scroll down.

1.jpg

Set alternatives

1.jpg

Select language to add search for more languages, if you have a language click on "Add" and then "OK" and apply it. (Browser restart required)

1.jpg

Languages you don't need can be removed

Make sure if you want remove the original browser language, that you change your whole system language and if this does not work, reinstall your browser.

You can change your system language on Windows :

1️⃣ Open Settings and click on "Accounts" then "Sync your settings" and disabled "Language preferences"

2️⃣ Search "Time & Language" then click on "Language" and "Add a language"

3️⃣ Find your language and wait until windows has been downloaded the language pack. Then choose the language and you're done.

Changing system language in Linux:

To get your locales type:
Code:
locale -a

We can set a locale by

Code:
sudo localectl set-local LANG=en_US.utf8
To get your current system language:
Code:
cat /etc/default/locale

A reboot for changing the system language is always required.

1.jpg
 
Top