@kerafb it depends on anti-bot checks, they can be various, fingerprint trying to cover common universal checks, that usually faces browser, but if site has some crazy spoof calls to retrieve real canvas(or maybe some checks where just masking fingerprint values isnt enough, like mouse behaviour), its just unique situation where you need to patch it by hands
Save/Load Fingerprint
-
Is it possible to save a specific Fingerprint for use during a future session?
I want to create multiple users, generate a unique Fingerprint for each, store all users in a database and then each time I run program I want to grab a user and apply the previously generated Fingerprint.
-
@caplaz said in Save/Load Fingerprint:
I want to create multiple users, generate a unique Fingerprint for each, store all users in a database and then each time I run program I want to grab a user and apply the previously generated Fingerprint.
Yes, it is possible.