Profil3r – Profiles of a Person on Social Networks

Published On: May 23, 2021

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 No
Tiktok No
Pinterest No
Linktr.ee Yes ✔️
MySpace  Yes ✔️

🎵 Music

Service Profile Scraping
Soundcloud No
Spotify No

‍💻 Programming

Service Profile Scraping
Github Yes ✔️
 Pastebin Yes ✔️
 Repl.it No
Cracked.to No

💬 Forum

Service Profile Scraping
0x00sec.org No
Hackernews Yes ✔️
Jeuxvideo.com 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

Leave a Comment