All Projects → Lucksi → Mr.Holmes

Lucksi / Mr.Holmes

Licence: GPL-3.0 license
🔍 A Complete Osint Tool

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects
powershell
5483 projects

Projects that are alternatives of or similar to Mr.Holmes

007-TheBond
This Script will help you to gather information about your victim or friend.
Stars: ✭ 371 (+20.85%)
Mutual labels:  termux, kali-linux, information-gathering, termux-hacking, open-source-intelligence
tenssens
Tenssens framework focused on gathering information from free tools or resources. The intention is to help people find free OSINT resources.
Stars: ✭ 19 (-93.81%)
Mutual labels:  osint, termux, information-gathering, osint-python, osint-tool
E4GL30S1NT
E4GL30S1NT - Simple Information Gathering Tool
Stars: ✭ 139 (-54.72%)
Mutual labels:  osint, termux, information-gathering, termux-hacking, osint-python
Aliens eye
Social media hunter
Stars: ✭ 105 (-65.8%)
Mutual labels:  osint, python-script, termux, information-gathering, termux-hacking
osint-cli-tool-skeleton
Template for new OSINT command-line tools
Stars: ✭ 25 (-91.86%)
Mutual labels:  osint, osint-python, osint-tool, osint-tools
querytool
Querytool is an OSINT framework based on Google Spreadsheets. With this tool you can perform complex search of terms, people, email addresses, files and many more.
Stars: ✭ 104 (-66.12%)
Mutual labels:  osint, information-gathering, osint-framework, osint-tools
toutatis
Toutatis is a tool that allows you to extract information from instagrams accounts such as e-mails, phone numbers and more
Stars: ✭ 803 (+161.56%)
Mutual labels:  osint, information-gathering, open-source-intelligence, osint-tools
facebook totem
Totem allows you to retrieve information about ads of a facebook page , we can retrieve the number of people targeted, how much the ad cost and a lot of other information.
Stars: ✭ 51 (-83.39%)
Mutual labels:  osint, information-gathering, open-source-intelligence, osint-tools
DaProfiler
DaProfiler allows you to create a profile on your target based in France only. The particularity of this program is its ability to find the e-mail addresses your target.
Stars: ✭ 58 (-81.11%)
Mutual labels:  osint, information-gathering, osint-python, osint-tools
Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+2141.69%)
Mutual labels:  osint, information-gathering, osint-framework, osint-tool
Osint San
Framework для сбора данных из открытых источников. В Framework используется большое количество API, их необходимо зарегистрировать самому.​
Stars: ✭ 99 (-67.75%)
Mutual labels:  osint, geolocation, termux
Discover
Custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit.
Stars: ✭ 2,548 (+729.97%)
Mutual labels:  osint, kali-linux, information-gathering
Anonymous
Message from Anonymous :)
Stars: ✭ 24 (-92.18%)
Mutual labels:  termux, kali-linux, termux-hacking
Pentesting Bible
Learn ethical hacking.Learn about reconnaissance,windows/linux hacking,attacking web technologies,and pen testing wireless networks.Resources for learning malware analysis and reverse engineering.
Stars: ✭ 8,981 (+2825.41%)
Mutual labels:  osint, kali-linux, information-gathering
Brutegram
Instagram multi-bruteforce Platfrom
Stars: ✭ 183 (-40.39%)
Mutual labels:  termux, kali-linux, termux-hacking
Snoop
Snoop — инструмент разведки на основе открытых данных (OSINT world)
Stars: ✭ 886 (+188.6%)
Mutual labels:  osint, geolocation, termux
Phoneinfoga
PhoneInfoga is one of the most advanced tools to scan international phone numbers using only free resources. It allows you to first gather standard information such as country, area, carrier and line type on any international phone number. Then search for footprints on search engines to try to find the VoIP provider or identify the owner.
Stars: ✭ 5,927 (+1830.62%)
Mutual labels:  osint, information-gathering, open-source-intelligence
TIGMINT
TIGMINT: OSINT (Open Source Intelligence) GUI software framework
Stars: ✭ 195 (-36.48%)
Mutual labels:  osint, information-gathering, open-source-intelligence
Scylla
The Simplistic Information Gathering Engine | Find Advanced Information on a Username, Website, Phone Number, etc.
Stars: ✭ 424 (+38.11%)
Mutual labels:  osint, information-gathering, osint-python
IpHack
Track Location With Live Address And City in Termux
Stars: ✭ 315 (+2.61%)
Mutual labels:  python-script, termux, termux-hacking

🔍 Mr.Holmes

Mr.Holmes is a information gathering tool (OSINT). The main purpose is to gain information about domains,username and phone numbers with the help of public source avaiable on the internet also it use the google dorks attack for specific researchers. It also use proxies for make your requests completley anonymous and a WhoIS Api for getting more information about a domain.


DISCLAIMER

This Tool is Not 100% Precise so it can fail somtimes. Also this tool is made for educational and research purposes only..use it wisely


SCREENSHOT

Screenshot



✔️ INSTALLATION LINUX/MAC:

git clone https://github.com/Lucksi/Mr.Holmes
cd Mr.Holmes
sudo chmod +x install.sh
sudo ./install.sh

✔️ INSTALLATION WINDOWS:

git clone https://github.com/Lucksi/Mr.Holmes
cd Mr.Holmes
Install.cmd

✔️ INSTALLATION TERMUX:

pkg install proot
git clone https://github.com/Lucksi/Mr.Holmes
cd Mr.Holmes
proot -0 chmod +x install_Termux.sh
./install_Termux.sh

USAGE LINUX/MAC:

sudo python3 MrHolmes.py
OR:
cd Launchers
Execute Launcher.sh

USAGE TERMUX/WINDOWS:

python3 MrHolmes.py

USAGE WINDOWS:

python MrHolmes.py
OR
cd Launchers
Execute Win_Launcher.exe

API KEY LINK:

https://whois.whoisxmlapi.com

SETTINGS FOLDER:

Configuration/Configuration.ini

ATTENTION

DATABASE NOT AVAIABLE ON TERMUX


ATTENTION ON WINDOWS

IF PYTHON AND PHP WONT INSTALL YOU HAVE TO DOWNLOAD THEM MANUALLY:


VERSIONS LIST:

https://lucksi.github.io/Mr.Holmes/Pages/versions.html

✔️ GUI DARK/LIGHT MODE:

cd GUI
cd Theme
edit Mode.json
write:Light=(Light-Mode)
write:Dark=(Dark-Mode) 
write:High-Contrast(High-Contrast-Mode)
write:Uchiha(Uchiha-Mode)

✔️ Mode.json CODE EXAMPLE:

{
    "Color": {
        "Background": "Light"
    }
}

✔️ GUI/USERNAME/PASSWORD:

cd GUI
cd Credentials
edit Login.json
write:Status=Active/Deactive
edit Users.json
write:Username=Your Username
write:Password=Your Password

✔️ Login.json CODE EXAMPLE:

{
    "Database": {
        "Status": "Active"
    }
}

✔️ Users.json CODE EXAMPLE

{
    "Users":[
        {
            "Username": "Your Username",
            "Password": "Your Password"
        }
    ]
}

✔️ LANGUAGE SETTINGS:

cd GUI
cd Language
edit Language.json
write:Italian
write:English 
write:François

✔️ Language.json CODE EXAMPLE:

{
    "Language": {
        "Preference": "English"
    }
}

DEFAULT USERNAME AND PASSWORD:

Username:Admin
Password:Qwerty123

AVAIABLE LANGUAGES:

Italiano 🇮🇹 
English 🏴󠁧󠁢󠁥󠁮󠁧󠁿
Français 🇫🇷

ACTUAL VERSION:

Moriarty-1.0.1


INTERACTIVE MAP HAS BEEN MADE WITH:

Leaflet: https://leafletjs.com


USERNAME ENTITIES:

The Icons on Folder: /GUI/Icon/Entities/Site_Icon have been taken from: https://www.iconfinder.com/ all credit goes to their respective creators


🌗 DARK MODE:

Screenshot



🌕 LIGHT MODE:

Screenshot



🌗 HIGH-CONTRAST MODE:

Screenshot



Uchiha MODE:

Screenshot



STARGAZERS OVER TIME

Stargazers over time


MADE WITH ❤️ BY LUCKSI IN 🇮🇹

ORIGINAL CREATOR: LUCA GAROFALO (Lucksi)

LICENSE: GPL-3.0 License
COPYRIGHT: (C) 2021-2022 Lucksi

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].