@to-nice Так может проблема не в конфигурациях, а в расходных материалах, например прокси? Если вы пытаетесь поменять отпечаток audio на сайте creepjs, а потом пробуете эти настройки на целевом сайте, то это очень похоже на игру в рулетку, в которую вы играете на большом расстоянии и надеетесь, что вам сообщат о выигрыше.
Если вам нужно понять какими методами сайт-чекер собирает данные и подменять их - вы анализируете сайт-чекер и его код, если задача пройти антифрод целевого сайта - анализируйте код целевого сайта.
Remote restart in BAS
-
@Detected said in Remote restart in BAS:
Is there any way I can do this remotely?
I do not see any problem here.
Here's the workflow:
- You make some changes to the BAS script.
- You deploy the updated script to a location on the internet.
- On every Windows host running some custom script, there is a process that checks whether the script on the internet has been updated or not.
- If the script detects an update, it clicks the stop button in BAS, waits for the current process to finish, and then restarts it.
Such a script can be implemented using tools like Microsoft Power Automate, pywinauto, or any other similar automation tools.