GitHub

Profil3r – Profiles of a Person on Social Networks

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 ins

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

GitHub

Was this article helpful?

If something here is wrong or out of date, tell us and we will check the source.

Related reading

See all
Forensic Tool

Logicytics: System Data Harvester

Logicytics is a cutting-edge tool designed to meticulously harvest and collect a vast array of Windows system data for forensic analysis. Crafted with Python 🐍, it’s an actively developed project that is dedicated to gathering as much sensitive data as possible and packaging it neatly into a ZIP fi

September 23, 2024
Domain

Web-Check – Comprehensive, on-demand open source intelligence for any website

Web-Check is a powerful all-in-one tool for discovering information about a website/host. The core philosophy is simple: feed Web-Check a URL and let it gather, collate, and present a broad array of open data for you to delve into. The report shines a spotlight onto potential attack vectors, existin

January 14, 2024
OSITN

Custom Processing Unit – Framework to Hook, Patch and Trace CPU Microcode

Custom Processing Unit is the first dynamic analysis framework able to hook, patch, and trace CPU microcode at the software level. It works by leveraging undocumented instructions in Intel CPUs that allow access to the CRBUS. Using our microcode decompiler we reverse-engineered how the CPU uses the

August 12, 2022
GitHub

Vulnerable Spring Framework Application for Testing Spring4Shell

This application is intentionally built for testing Remote Code Execution on Spring Core aka Spring4Shell. How do I use this? First, this was tested on Ubuntu 21.04 (because I hate myself) and OpenJDK 11. Once you’ve accepted that, snag the code and build it. git clone https://github.com/jbaines-r7/

March 31, 2022