Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Quantika14/email-prediction-asterisks
https://github.com/Quantika14/email-prediction-asterisks
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Quantika14/email-prediction-asterisks
- Owner: Quantika14
- License: gpl-3.0
- Created: 2022-04-29T11:27:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T18:22:30.000Z (over 1 year ago)
- Last Synced: 2024-08-05T17:44:11.458Z (4 months ago)
- Language: Python
- Size: 9.3 MB
- Stars: 71
- Watchers: 4
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - Quantika14/email-prediction-asterisks - (Python)
README
# 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
![](images/email-asterisks.png)## DEMO
![](images/demo.gif)## Installation
It's necessary to install the intelx library for python
```bash
git clone https://github.com/Quantika14/email-prediction-asterisks
pip3 install -r requeriments.txtgit clone https://github.com/IntelligenceX/SDK
pip3 install SDK/Python
```
You must put your api key here
```python
# 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