nidal197 / Mr.Holmes

:mag: A Complete Osint Tool

Home Page:https://lucksi.github.io/Mr.Holmes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ” Mr.Holmes

Mr.Holmes is a information gathering tool (OSINT). Is 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 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

USAGE TERMUX:

python3 MrHolmes.py

API KEY LINK:

https://whois.whoisxmlapi.com

SETTINGS FOLDER:

Configuration/Configuration.ini

โ— ATTENTION

DATABASE NOT AVAIABLE ON TERMUX


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 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


MODE CODE EXAMPLE:

Login.json
{
    "Database": {
        "Status": "Active",
    }
}
Users.json
{
    "Users":[
        {
            "Username": "Your Username,
            "Password": "Your Password,
        }
    ]
}

DEFAULT USERNAME AND PASSWORD:

Username:Admin
Password:Qwerty123

INTERACTIVE MAP HAS BEEN MADE WITH:


๐ŸŒ— DARK MODE:

Screenshot


๐ŸŒ• LIGHT MODE:

Screenshot


๐ŸŒ— HIGH-CONTRAST MODE:

Screenshot


Uchiha MODE:

Screenshot


MADE WITH โค๏ธ BY LUCKSI IN ๐Ÿ‡ฎ๐Ÿ‡น

About

:mag: A Complete Osint Tool

https://lucksi.github.io/Mr.Holmes/

License:GNU General Public License v3.0


Languages

Language:Python 51.7%Language:CSS 21.1%Language:PHP 14.8%Language:JavaScript 6.5%Language:Shell 5.9%