Working with Searpy Tool on Kali Linux OS

Example 1: Searching string on shodan search engine

python3 Searpy.py –shodan -s “weblogic” -l 10

In this example, we are searching for results on shodan search engine.

We have got the IP addresses along with the port details on which weblogic string is associated.

Example 2: Other functions

python3 Searpy.py –shodan_icon https://www.w3wiki.org

Using favicon.icon hash to find websites with the same icon, which can be used for real IP traceability and asset discovery 

We have got the IP addresses that are associated with the w3wiki.org domain.

Example 3: Using Google Search Engine

python3 Searpy.py –google -s “inurl:php?id=”

In this example, we are using Google Search Engine to find the web pages which match the specified google dork.

We have got the links that match the specified google dork.


Searpy – Search Engine Toolkit

Searpy tool is an automated cyber-security tool that is intentionally developed to string for the IP address and the links from various search engines like Shodan, Google, Baidu, Yahoo, etc. Searpy tool is developed in the Python language and is available on the Github platform for free. We can display the output in a more verbose mode and detailed manner.

Note: Make Sure You have Python Installed on your System, as Searpy is a python-based tool. Click to check the Installation process: Python Installation Steps on Linux

Similar Reads

Installation of Searpy Tool on Kali Linux OS

Step 1: In this step, we will be getting the Searpy tool repository from GitHub....

Working with Searpy Tool on Kali Linux OS

Example 1: Searching string on shodan search engine...