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

Find the profiles of a person on social networks, as well as their email addresses
Buy Me A Coffee

Installation    |    Features    |    Report    |    Contact

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, jinja2 and bs4 :

pip3 install PyInquirer jinja2 bs4

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

Service Profile Scraping
Instagram Yes βœ”οΈ
Facebook No
Twitter Yes βœ”οΈ
Tiktok No
Pinterest No
Linktr.ee Yes βœ”οΈ
MySpace  Yes βœ”οΈ
Flickr  Yes βœ”οΈ

🎡 Music

Service Profile Scraping
Soundcloud No
Spotify No
Smule No

β€πŸ’» Programming

Service Profile Scraping
Github Yes βœ”οΈ
 Pastebin Yes βœ”οΈ
 LessWrong Yes βœ”οΈ
 Repl.it No
Cracked.to No

πŸ’¬ Forum

Service Profile Scraping
0x00sec.org No
Hackernews Yes βœ”οΈ
Jeuxvideo.com Yes βœ”

πŸ—£οΈ Tchat

Service Profile Scraping
Skype No

πŸ“Ί Entertainment

Service Profile Scraping
Dailymotion No
Vimeo No

🚫 Porn

Service Profile Scraping
PornHub Yes βœ”
RedTube No
XVideos No

πŸ’Έ Money

Service Profile Scraping
BuyMeACoffee No
Patreon No

πŸ•ΈοΈ Web Hosting

Service Profile Scraping
AboutMe Yes βœ”

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 πŸ•΅οΈ

License:MIT License


Languages

Language:Python 93.3%Language:Smarty 3.3%Language:CSS 2.2%Language:JavaScript 1.2%