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.
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…