reneManqueros

Results 13 comments of reneManqueros

Sent a PR for this: https://github.com/CUCyber/ja3transport/pull/16

This is how I do it: `easy.Setopt(curl.OPT_COOKIEJAR, fmt.Sprintf("tmp/cookiejar_%s.txt", task.CookieJarPath)) easy.Setopt(curl.OPT_COOKIEFILE, fmt.Sprintf("tmp/cookiejar_%s.txt", task.CookieJarPath))`

You can adjust this: https://github.com/zfcsoftware/cf-clearance-scraper/blob/main/module/browser.js#L82 to send the profile folder like this: -user-data-dir=user_data_dirs/{session_id} this way each folder/request is unique then have some handler to delete them after the disconnect: https://github.com/zfcsoftware/cf-clearance-scraper/blob/main/module/browser.js#L103...