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.
The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…
The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…
The top command in Linux provides a real-time view of running processes and system resource usage. From…
The usermod command in Linux modifies existing user account attributes. You can use it to manage group…
The sort command in Linux reads lines from files or standard input and writes them to standard…
The wall command in Linux sends a message to the terminals of all currently logged-in users. The…