Google Dorking Automation for Searching Compromised Websites Using GIDORK

Irsyad Muhammad Fawwaz
3 min readNov 25, 2024

--

compromised website

This post is an update and improvement upon a previous article I wrote, which you can read here. In that article, I explained how to easily find out if a company, school, or organization’s website has been compromised using Google Custom Search Engine (CSE). The approach is still the same, but now I’ve developed my own tool to make this process much easier.

This new tool enhances Google dorking by making it 1000% faster and more efficient compared to manual methods, and 500% faster than using Google CSE as I described previously. Let’s dive into how this tool works.

How Does the Tool Work?

The tool works in a simple but effective way. It checks if the website redirects to other sites and if there are any indicators on the website itself that suggest it has been compromised, such as phrases like “hacked by” or “slot”. Additionally, the tool reads the website’s response code, which allows you to quickly identify if a site returns a 404 or 200 status code without having to manually open each website. As you may know, manually checking each website can be tiring, boring, and overwhelming. This tool automates and accelerates the process, saving time and effort.

How to Use the Tool?

To use the tool, first install the necessary dependencies. You can do this with the following command:

pip install selenium requests beautifulsoup4

Next, you can download the latest version of the tool by cloning the GitHub repository:

git clone https://github.com/IrsyadSEC/gidork.git

than, run tool with:

python gidork.py

Oh, and don’t forget — Google Chrome must be installed on your device because this system uses Google Search to function.

With this tool, detecting compromised websites has never been easier or faster!

Note:

This tool will continue to be updated over time to improve functionality and keep up with new threats. Stay tuned for future updates!

Would you like to see more insightful articles like this? Your support enables me to create valuable content. Consider buying me a coffee to fuel the creation of more free prompts. Your contribution is greatly appreciated! ❤️❤️❤️

--

--

No responses yet