Cybersecurity Updates & Tools

Mr.Holmes – A Comprehensive Guide To Installing And Using The OSINT Tool

Mr.Holmes is an OSINT (Open Source Intelligence) tool designed to gather valuable information from public sources available on the internet. It primarily helps with information collection about domains, usernames, and phone numbers. Additionally, it leverages Google Dorks for specific research queries, making it a powerful tool for information gathering.

Mr.Holmes also ensures privacy by using proxies to anonymize your requests, and it integrates a WhoIS API to fetch detailed data about domains.

DISCLAIMER

This tool may not be 100% accurate and might occasionally fail. It is built for educational and research purposes only. The developer is not responsible for any misuse of this tool.

Installation Instructions

For Linux/Mac:

  1. Clone the repository:
git clone https://github.com/Lucksi/Mr.Holmes
cd Mr.Holmes
  1. Update system packages:
sudo apt-get update
  1. Grant execute permissions and run the installation script:
sudo chmod +x install.sh
sudo bash install.sh

For Linux/Mac (Virtual Environment Method):

If you encounter issues during Python library installation, use this method:

  1. Clone the repository:
git clone https://github.com/Lucksi/Mr.Holmes
cd Mr.Holmes
  1. Update system packages:
sudo apt-get update
  1. Set up a virtual environment:
python3 -m venv .lib_venv
  1. Grant execute permissions and install dependencies:
sudo chmod +x install.sh
sudo bash install.sh
  1. Activate the virtual environment and install requirements:
source .lib_venv/bin/activate
pip3 install -r requirements.txt
  1. Run the tool:
python3 MrHolmes.py

For Windows (Method 1):

  1. Clone the repository:
git clone https://github.com/Lucksi/Mr.Holmes
cd Mr.Holmes
  1. Run the installation script:
Install.cmd

For more detailed information, visit the official GitHub page.

Key Features of Mr.Holmes:

  • Google Dorks Integration: Uses powerful Google Dorks for targeted research.
  • Proxy Support: Ensures anonymity by routing requests through proxies.
  • WhoIS Integration: Fetches detailed domain information via the WhoIS API.

Mr.Holmes is a versatile tool that helps in gathering essential OSINT data for security assessments or investigative purposes. Whether you’re performing domain lookups, username checks, or phone number research, this tool provides a comprehensive set of features for data collection.

For further updates, troubleshooting, and feature additions, always check the official repository and documentation.