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.
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.
git clone https://github.com/Lucksi/Mr.Holmes cd Mr.Holmes
sudo apt-get update
sudo chmod +x install.sh sudo bash install.sh
If you encounter issues during Python library installation, use this method:
git clone https://github.com/Lucksi/Mr.Holmes cd Mr.Holmes
sudo apt-get update
python3 -m venv .lib_venv
sudo chmod +x install.sh sudo bash install.sh
source .lib_venv/bin/activate pip3 install -r requirements.txt
python3 MrHolmes.py
git clone https://github.com/Lucksi/Mr.Holmes cd Mr.Holmes
Install.cmd
For more detailed information, visit the official GitHub page.
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.
Both git fetch and git pull talk to a remote repository, but they do very different things to your…
Sometimes the change you need already exists, just on the wrong branch. A hotfix lands…
Email is still one of the most important communication channels inside modern applications. Password resets,…
Nginx is a high-performance web server and reverse proxy trusted by some of the largest…
ufw (Uncomplicated Firewall) sits on top of iptables (or nftables on newer systems) and replaces…
When you share a server with a team or investigate unexpected activity, the first question…