Bypassing anti-bot mechanisms with artificial intelligence.

processor dammy
2 min readJan 21, 2020

Bypassing google captcha with natural language processing.

In this post, we are going to start a series called bypassing anti-bot mechanisms with artificial intelligence, but we are going to start by bypassing the google captcha.

It's a great time to build a bot empire in the virtual world, having bots that chat, market, and sell things for you is a good idea especially for millennials like my self.

I started building advance bots on April 14, 2018, when I started developing some autonomous bot that can buy and sell snickers online for a profit.

When we start the adventure of building bots empire online we are always faced by a common problem, which is the Antibot mechanisms that have been deliberately designed and developed by some institutions and some boring developers, just to protect a website from being crawled and in general, protect the website from bot activities, this was my reality when I started developing bots that are able to navigate on the internet chat with customers with the goal of automatically buying snickers making advertisements and selling the snickers for profit.

There are some common enemies in this line and I started this series to explain to you how I was able to bypass some of the deadly antibot mechanisms online like google Recaptcha, the akamai from IBM, etc…

Wow, its 2020 and there has being a lot of advancement in artificial intelligence and our machine learning algorithms has been great to some extent.

Leveraging these technologies gives us great advantages.

Anyway, talk is cheap pls show us the code(https://github.com/ult-processor/Recatcha_bypass), smiles……

In other to develop a system that will be able to bypass the Google Recaptcha we have to implement int in python making use of some natural language processing APIs, some GUI click libraries like pyautogui, and some other useful libraries to implement our procedures for bypassing the Google Recaptcha.

I will explain the algorithm but you can read the code on the repository.

The aim of the first test script was to mimic the deaf in other to make use of the Wit.ai API and translate the voice notes to the text and from there type in the text into the space provided in other to bypass the Recaptcha behaving as if its the real human being.

The script above was tested on Ubuntu 16.04 and it works well, anyway, the code is spaghetti in nature but well commented….

Thanks for reading.

--

--