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

Burrow – Breaking Through Firewalls With Open Source Ingenuity

Burrow is an open source tool for burrowing through firewalls, built by teenagers at Hack Club.…

23 hours ago

Its-A-Trap : Building Secure Web Applications With A Golang Web Server For Authentication

Simple golang webserver that listens for basic auth or post requests and sends a notification…

23 hours ago

Nutek-Apple : Unleashing Power On macOS And Linux

Nutek Security Platform for macOS and Linux operating systems. Tools for hackers, bug hunters and…

23 hours ago

SecureSphere Labs – A Haven For Cybersecurity Innovators And Ethical Hackers

Welcome to SecureSphere Labs, your go-to destination for a curated collection of powerful hacking tools…

23 hours ago

Vulpes/VulpOS : The Docker-Powered All-in-One Workstation For Penetration Testing And Offsec Labs

All in one Docker-based workstation with hacking tools for Pentesting and offsec Labs by maintained…

23 hours ago

LiCo-Extrator : Revolutionizing Icon Extraction Across Platforms

Got it! Below is the updated README.md file with instructions for downloading the project on…

2 days ago