tenkuken

Results 9 comments of tenkuken

F5 Network Bot Defense https://ib.bri.co.id/ib-bri/

Unfortunately, i'm using CONCURRENCY_BROWSER for perbrowserOptions. As i can see, it won't work. Thank you for update.

I'm sorry, It is automatically starts new browser for each task. so CONCURRENCY_BROWSER doesn't need this restart feature. It's my mistake.

fingerprint-injector/fingerprint-injector.js await page.setExtraHTTPHeaders(this.onlyInjectableHeaders(headers, browserVersion)); without extraheader will pass the detection.

> fingerprint-injector/fingerprint-injector.js await page.setExtraHTTPHeaders(this.onlyInjectableHeaders(headers, browserVersion)); > > without extraheader will pass the detection. Removing accept-language will fix this issue: fingerprint-injector/fingerprint-injector.js await page.setExtraHTTPHeaders(this.onlyInjectableHeaders(headers, browserVersion)); ++ delete extraHeaders['accept-language'];

I found some antibot detection based on http header orders. https://my.f5.com/manage/s/article/K13527565

Please check this canvas fingerprint evasion. https://github.com/kkoooqq/fakebrowser/tree/main/src/plugins/evasions/canvas.fingerprint It's change canvas hash and pixelscan (pass), browserleaks(change), iphey. It would be great to add them.