Profil3r : OSINT Tool That Allows You To Find A Person’S Accounts And Emails + Breached Emails

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

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

Report

JSON

A report in JSON format is automatically generated in the reports/json 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

FieldTypeDefaultDescription
report_elementsArray["email", "facebook", "twitter"]List of the services for which profil3r will search
json_report_pathString"./reports/json/{}.json"The path of the report’s JSON file, this path must include a {} which corresponds to the file name
html_report_pathString"./reports/html/{}.html"The path of the report’s HTML file, this path must include a {} which corresponds to the file name
separatorsObject{"Dot": ".", "Dash": "-", "Underscore": "_"}List of separators to separate items, for example: john.doe, john-doe, john_doe

Example

python3 profil3r.py john doe

R K

Recent Posts

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

10 hours ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

10 hours ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

2 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

5 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago