<img src="https://github.com/blackeko/yesitsme/blob/media/logo.png" alt="yesitsme logo">
Simple OSINT script to find Instagram profiles by name and e-mail/phone
yesitsme is a simple Python script which tries to find Instagram account associated with a specific name, e-mail and phone number. Leveraging dumpor.com indexing capabilities, it retrieves all usernames associated with a certain name and automatically compares the fetched toutatis obfuscated e-mail/phone with the given one, saving time and energy while doing online investigations.
eva@paradise:~$ git clone https://github.com/blackeko/yesitsme/
eva@paradise:~$ cd yesitsme
eva@paradise:~$ pip3 install -r requirements.txt
eva@paradise:~$ python3 yesitsme.py -s SESSION_ID -n NAME -e EMAIL -p PHONE -t TIMEOUT
-s "SESSION_ID"-n "Name Surname"-e "a****z@domain.tld"-p "+39 ** 09"-t "10"eva@paradise:~$ python3 yesitsme.py -s 5t3El3650d4Z7A3jA2%Y1R70vnYn%36U3 -n "John Doe" -e "j*****e@gmail.com" -p "+39 *** *** **09" -t 10

Three levels of match: - HIGH: name, e-mail and phone number (obfuscated) match; - MEDIUM: name and/or e-mail and/or phone match; - LOW: only one of them matches.
-e/-p " ";While logged in your Instagram account: 1. Right-click and click on Inspect Element to open the developer console; 2. Go to the Storage tab; 3. Expand the Cookies menu and check "sessionid" cookie.

$ claude mcp add yesitsme \
-- python -m otcore.mcp_server <graph>