8000 GitHub - klebertiko/Profil3r: OSINT tool that allows you to find a person's accounts and emails + breached emails πŸ•΅οΈ
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

License

Notifications You must be signed in to change notification settings

klebertiko/Profil3r

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

57 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Profil3r

For educational purposes only. License: MIT

Buy Me A Coffee

Twitter Badge

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

Install PyInquirer and jinja2 :

pip3 install PyInquirer jinja2

Install Profil3r :

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

Features

πŸ“™ Domain

  • TLD (.com, .org, .net, etc...)

βœ‰οΈ Emails

  • Data leaks
  • Emails

🌐 Social

  • Instagram
  • Facebook
  • Twitter
  • Tiktok
  • Pinterest
  • Linktr.ee
  • MySpace

🎡 Music

  • Soundcloud
  • Spotify

β€πŸ’» Programming

  • Github
  • Pastebin
  • Repl.it
  • Cracked.to

πŸ’¬ Forum

  • 0x00sec.org
  • Jeuxvideo.com
  • Hackernews

πŸ—£οΈ Tchat

  • Skype

πŸ“Ί Entertainment

  • Dailymotion
  • Vimeo

🚫 Porn

  • PornHub
  • RedTube
  • XVideos

πŸ’Έ Money

  • BuyMeACoffee
  • Patreon

πŸ“– Report

JSON

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

CSV

A report in CSV format is automatically generated in the reports/csv folder

HTML

A report in HTML format is automatically generated in the reports/html folder, you can access it in your webbrowser

βš™οΈ The config.json file

You can modify the paths of the reports, the separators and the services Profil3r will search by default in the config.json file

Field Type Default Description
report_elements Array ["email", "facebook", "twitter"] List of the services for which profil3r will search
json_report_path String "./reports/json/{}.json" The path of the report's JSON file, this path must include a {} which corresponds to the file name
html_report_path String "./reports/html/{}.html" The path of the report's HTML file, this path must include a {} which corresponds to the file name
csv_report_path String "./reports/csv/{}.csv" The path of the report's CSV file, this path must include a {} which corresponds to the file name
separators Object {"Dot": ".", "Dash": "-", "Underscore": "_"} List of separators to separate items, for example: john.doe, john-doe, john_doe

πŸ“š Example

python3 profil3r.py -p 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 πŸ•΅οΈ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.6%
  • Smarty 4.6%
  • CSS 3.1%
  • JavaScript 1.7%
0