Information Gathering

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.

0xSnow

0xSnow is a cybersecurity researcher with a focus on both offensive and defensive security. Working with ethical hacking, threat detection, Linux tools, and adversary simulation, 0xSnow explores vulnerabilities, attack chains, and mitigation strategies. Passionate about OSINT, malware analysis, and red/blue team tactics, 0xSnow shares detailed research, technical walkthroughs, and security tool insights to support the infosec community.

Recent Posts

How to Check Website for Malware and Protect Your Site

Website malware is one of the biggest threats for website owners, bloggers, businesses, and WordPress…

9 hours ago

Install Python on Ubuntu 26.04 Like a Pro

If you want to Install Python on Ubuntu systems for development, automation, or scripting, Ubuntu…

11 hours ago

PostfixAdmin Setup on Ubuntu 26.04

Managing virtual mail users manually can quickly become difficult on a busy mail server. That’s…

15 hours ago

How to Add User to Sudoers on Ubuntu Easily

Managing administrative access properly is essential for every Linux system. When you Add User Sudoers…

18 hours ago

Install Google Chrome on Ubuntu in Minutes

Installing Google Chrome on Ubuntu systems is a simple process that gives users access to…

20 hours ago

LAMP Stack Ubuntu 26.04 Installation Guide

Setting up a LAMP Stack Ubuntu server is one of the fastest ways to host…

1 day ago