百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
Y

yesitsme

> DevOps
开源

一个简单的 OSINT 脚本,可根据姓名和电子邮件/电话找到 Instagram 个人资料

3.0K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个简单的 OSINT 脚本,可根据姓名和电子邮件/电话找到 Instagram 个人资料

Yes, it's me!

Simple OSINT script to find Instagram profiles by name and e-mail/phone

# Description **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. # ⚙️ Installation ```console 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 ``` # ️ Usage ## Argument description - ```-s``` "SESSION_ID" - *sessionid* cookie of your Instagram account (i.e. sockpuppet); - ```-n``` "Name Surname" - Target *name* and *surname* (case insensitive); - ```-e``` "a****[email protected]" - *First* and *last letter* of target e-mail; - ```-p``` "+39 ** 09" - *Area code* and *last two digits* of target phone number; - ```-t``` "10" - *Timeout* between each request (default = 0). ## Example ```console eva@paradise:~$ python3 yesitsme.py -s 5t3El3650d4Z7A3jA2%Y1R70vnYn%36U3 -n "John Doe" -e "j*****[email protected]" -p "+39 *** *** **09" -t 10 ``` ## Output 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. # Notes - Name and e-mail (or phone number) are **mandatory**; - To leave e-mail/phone empty, simply set ```-e/-p " "```; - E-mail/phone asterisks are just for show and **can be omitted**; - If omitted, timeout is zero; it's recommended to set at least 10 seconds to avoid being detected; - Phone number must be in the **same format** as in the example, i.e. it must contain the area code (including plus symbol) and the whitespace; - When the match level is HIGH, it will prompt whether to stop or continue searching. # Retrieve Instagram sessionid 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. # Credits Thanks to: * [Toutatis](https://github.com/megadose/toutatis) * [Dumpor](https://dumpor.com/)

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •``-s`` "SESSION_ID"
  • •sessionid* cookie of your Instagram account (i.e. sockpuppet);
  • •``-n`` "Name Surname"
  • •Target *name* and *surname* (case insensitive);
  • •``-e`` "az<span>@</span>domain.tld"
  • •First* and *last letter* of target e-mail;
  • •``-p`` "+39 09"
  • •Area code* and *last two digits* of target phone number;
  • •``-t`` "10"
  • •Timeout* between each request (default = 0).

> 标签

Pythoninstagramopen-source-intelligenceosintosint-tools

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类DevOps
定价开源

> 相关工具

D
Docker
容器化平台,标准化应用交付
G
GitHub Actions
GitHub 原生 CI/CD 工作流
N
Nginx
高性能 Web 服务器与反向代理