sh1nu11bi / Profil3r

OSINT tool that allows you to find a person's accounts and emails + breached emails πŸ•΅οΈ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Profil3r

Buy Me A Coffee

Profil3r is an OSINT tool that allows you to find potential profiles of a person on social networks, as well as their email addresses. This program also alerts you to the presence of a data leak for the found emails.

πŸ’‘ Prerequisite

Python 3

πŸ› οΈ Installation

git clone https://github.com/Rog3rSm1th/Profil3r.git
cd Profil3r/
python3 setup.py install

Features

Emails

  • Data leaks
  • Emails

Social

  • Instagram
  • Facebook
  • Twitter
  • Tiktok
  • Pinterest

Music

  • Soundcloud
  • Spotify

Programming

  • Github
  • Pastebin

Forum

  • 0x00sec.org
  • Jeuxvideo.com
  • Hackernews

Tchat

  • Skype

Entertainment

  • Dailymotion

πŸ“– Report

A report in JSON format is automatically generated in the reports folder

βš™οΈ The config.json file

You can modify the report path and the services Profil3r will search in the config.json file

Field Type Default Description
report_elements Array ["email", "facebook", "twitter"] List of the services for which profil3r will search
report_path String "./reports/{}.json" The path of the report's JSON file, this path must include a {} which corresponds to the file name

πŸ“š Example

python3 profil3r.py john doe

πŸ“ License

This project is under the MIT license.

Contact

for any remark, suggestion or job offer, you can contact me at r0g3r5@protonmail.com or on twitter @Rog3rSm1th

About

OSINT tool that allows you to find a person's accounts and emails + breached emails πŸ•΅οΈ

License:MIT License


Languages

Language:Python 100.0%