Installation of Pagodo Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system.

git clone https://github.com/opsdisk/pagodo.git

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd pagodo

Step 3: You are in the directory of the Pagodo. Now you have to install a dependency of the Pagodo using the following command.

sudo pip3 install -r requirements.txt

Step 4: All the dependencies have been installed in your Kali Linux operating system. Now use the following command to run the tool and check the help section.

python3 pagodo.py -h

Pagodo – Automate Google Hacking Database Scraping And Searching

Google hacking, also named Google Dorking, is a hacker technique that uses Google Search and other Google applications to find security holes in the configuration and computer code that websites are using. Google Dorking could also be used for OSINT. This technique is also known as advanced searching, as in this the results retrieved are only relevant to the query fired as a request.

Example: Email lists

filetype:xls inurl:"email.xls" 

The above google Dorking query will find the email.xls file on the domain.

Similar Reads

What is Pagodo Tool?

Firing a single query all the time on google becomes difficult as this can take more time, so we can automate this Dorking task through automation tools....

Installation of Pagodo Tool on Kali Linux OS:

Step 1: Use the following command to install the tool in your Kali Linux operating system....

Working with Pagodo Tool on Kali Linux OS:

Example 1: Using pagodo.py as a script...