Can Websites detect a Fresh Bot session?

CyberGen

Regular Member
Joined
Mar 11, 2020
Messages
334
Reaction score
140
When making bots, I would often ask myself if a website can detect that I am using a fresh session.
For example, when I create a new Bot session ( new proxy, clear all cache, etc.) Does website know that this like a new user that just accessed Internet for the first time?

Because I am wondering if I should farm cookies or something, before starting my online operations to prevent being detected this way.
 
One of the hardest sites I've worked with is semrush. Any connection from two or more devices is immediately detected. Solved the problem by tracking and synchronizing session variables.

I use zennoposter
 
One of the hardest sites I've worked with is semrush. Any connection from two or more devices is immediately detected. Solved the problem by tracking and synchronizing session variables.

I use zennoposter
What do you mean a connection from 2 or more devices? Could you explain more?
I use BAS or playwright
 
Website can just see that you had no cookies prior to visiting it, but it cannot read other websites' cookies. If it could, then your Google/Paypal/Amazon cookies could be easily stolen after visiting a random website and that would be considered a security breach in Google Chrome
 
Website can just see that you had no cookies prior to visiting it, but it cannot read other websites' cookies. If it could, then your Google/Paypal/Amazon cookies could be easily stolen after visiting a random website and that would be considered a security breach in Google Chrome
This makes sense, this means that when I want to create a new account, since they cannot read other websites cookies, the site will think I am just a new user.
So there is no way for them to detect that I am using a fresh new session? Great.
 
It depends on the technology that the website has
 
Back
Top