- Published on
Bypass Cloudflare using Browser Automation Studio on playerauctions.com
- Authors
- Name
- Gen9X
- X
- @gen9xdotcom
One free afternoon, I accidentally saw a post looking for someone to make a tool to automatically bypass cloudflare and registered an account. Suddenly, I remembered that I had done this post quite a few times, so I dm the topic owner to receive the job.
Step 1: Let start new project with Browser Automation Studio
Usually with these types of projects, I often create input data including:
- proxy: To select the proxy file to connect via proxy
- target url: In this case, it will be playerauctions.com
- thread: Number of concurrent threads
Step 2: Create common function: apply proxy, fingerprint
Function 1: ConfigFingerprint
This function is quite simple, initially you need to get fingerprint data and then configure it. However, if you run multiple threads, you should buy the FingerprintSwitcher package to be able to get more Fingerprints
Function 2: ConfigProxy
The second function is to configure the proxy usage, I often use IPV4 rotating proxies. I will call the proxy provider's API to change the IP before using that proxy.
Step 3: Create bypass cloudflare function
This is the important function of this tool. After running the test, I discovered that before entering the other website, the verify cloudflare page will always be displayed with the input element having a fixed name value. The rest is simple, check if the element exists and click on it according to the coordinates.
That's it, the tool for customers is done, wait for customers to respond to see if anything needs to be fixed and then collect money.