Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/quantika14/email-prediction-asterisks
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringEmail Harvesting
GitHubquantika14/email-prediction-asterisks

email-prediction-asterisks

Predicts emails hidden behind asterisks using Intelx leaks for OSINT investigations. Automatically generates a CSV dataset of related emails for manual analysis.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
731923 years agoReviewed by Kitploit

ASTERISKS & OBELIX

Email prediction asterisks is a script that allows you to identify the emails hidden behind asterisks. It is a perfect application for osint analysts and security forces. It allows to intelligently predict, using Intelx leaks, which emails are related to the person we are looking for. It also allows you to automatically obtain information from emails for manual analysis through a CSV dataset that is generated with the results.

Example of email with asterisks on Twitter

DEMO

Installation

It's necessary to install the intelx library for python

root@kitploit:~
git clone https://github.com/Quantika14/email-prediction-asterisks
pip3 install -r requeriments.txt

git clone https://github.com/IntelligenceX/SDK
pip3 install SDK/Python

You must put your api key here

root@kitploit:~
# Directory: m/key.py
intelx = "HERE"
emailrep = "HERE"

IMPROVEMENTS

  1. Create a PDF report of results
  2. Create a website

Autor

  • Twitter: @JorgeWebsec
  • web: www.quantika14.com
Download Tool