TrangOul / aN0n1m1z3-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


Discord ๐Ÿ’ฌ
pip3 install profil3r && profil3r --help


Find the profiles of a person on social networks, as well as their email addresses

Installation    |    Features    |    Usage    |    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.

๐Ÿ’ก Prerequisites

Python 3

Installation

Install with pip (recommended)

pip3 install profil3r

Or build from source

Recommended for developers. It automatically clones the main branch from the Profil3r repo, and installs from source.

# Automatically clone the Profil3r repository and install profil3r from source
bash <(wget -q https://raw.githubusercontent.com/Rog3rSm1th/Profil3r/main/scripts/autoinstall.sh -O -)

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 โœ”๏ธ
DeviantArt No
GoodReads No
Ello No
Chirpty Yes โœ”๏ธ
Disqus No

๐ŸŽต Music

Service Profile Scraping
Soundcloud No
Spotify No
Smule No
bandcamp  Yes โœ”๏ธ

โ€๐Ÿ’ป Programming

Service Profile Scraping
Github Yes โœ”๏ธ
 Pastebin Yes โœ”๏ธ
 LessWrong Yes โœ”๏ธ
 Repl.it No
Cracked.to No
 PyPi Yes โœ”๏ธ
 NPM Yes โœ”๏ธ
 Asciinema No
CodeMentor No
Ifttt 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
DeviantArt Yes โœ”
Dribbble Yes โœ”

๐Ÿšซ Porn

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

๐Ÿ’ธ Money

Service Profile Scraping
BuyMeACoffee No
Patreon No
CashApp No

๐Ÿ•ธ๏ธ Web Hosting

Service Profile Scraping
AboutMe Yes โœ”
SlideShare Yes โœ”
WordPress No

๐ŸŽฎ Gaming

Service Profile Scraping
Steam No
Op.gg Yes โœ”
Dota2 Yes โœ”
Kongregate Yes โœ”

๐Ÿ“ฐ Medias

Service Profile Scraping
Medium No
Dev.to No
Hubpages Yes โœ”
LiveJournal No

โœˆ๏ธ Travel

Service Profile Scraping
TripAdvisor No

๐Ÿ‘ฅ Collaborative

Service Profile Scraping
Wikipedia No
Instructables Yes โœ”

๐Ÿ† CTF

Service Profile Scraping
Root-me Yes โœ”

๐Ÿ‘€ Privacy

Service Profile Scraping
Keybase Yes โœ”

Report

To further analyze the data collected by Profil3r, it is possible to generate reports in different formats using the argument -r/--report <path of the reports>

JSON

A report in JSON format is generated in the reports/json folder

CSV

A report in CSV format is generated in the reports/csv folder

HTML

A report in HTML format is generated in the reports/html folder, you can access it in your webbrowser

Usage

usage: profil3r [-h] -p PROFILE [PROFILE ...] [-r REPORT] [--services SERVICES [SERVICES ...]] [-f] [-s SEPARATORS [SEPARATORS ...]]

optional arguments:
  -h, --help            show this help message and exit
  -p PROFILE [PROFILE ...], --profile PROFILE [PROFILE ...]
                        parts of the username that you are looking for. e.g. john doe
  -r REPORT, --report REPORT
                        path to the report directory. e.g. ./OSINT
  --services SERVICES [SERVICES ...]
                        list of services to search, separated by a comma. e.g. facebook,twitter,email
  -f, --filter          filters the permutations by keeping only the most plausible ones
  -s SEPARATORS [SEPARATORS ...], --separators SEPARATORS [SEPARATORS ...]
                        separators. e.g . - _

๐Ÿ“š Example

profil3r -p john doe --services facebook twitter email -r ./OSINT

๐Ÿ“ 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 95.9%Language:Smarty 1.7%Language:CSS 1.3%Language:JavaScript 0.6%Language:Shell 0.5%