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
Emails
Social
Music
Programming
Forum
Tchat
Entertainment
Porn
Money
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
| Field | Type | Default | Description |
|---|---|---|---|
| report_elements | Array | ["email", "facebook", "twitter"] | List of the services for which profil3r will search |
| json_report_path | String | "./reports/json/{}.json" | The path of the report’s JSON file, this path must include a {} which corresponds to the file name |
| html_report_path | String | "./reports/html/{}.html" | The path of the report’s HTML file, this path must include a {} which corresponds to the file name |
| separators | Object | {"Dot": ".", "Dash": "-", "Underscore": "_"} | List of separators to separate items, for example: john.doe, john-doe, john_doe |
Example
python3 profil3r.py john doe
Pip is the official package manager for Python and the standard way to install libraries from…
R is an open-source programming language and environment built for statistical computing and data visualization. It…
Jenkins is an open-source automation server that makes it easy to build CI/CD pipelines. Continuous integration…
Android Studio is the official IDE for Android development, built on JetBrains' IntelliJ IDEA platform. It…
GitLab is a web-based, open-source Git repository manager written in Ruby. It includes built-in tools for…
Anaconda is the most widely used Python distribution for data science and machine learning. It bundles…