EmailExpose
EmailExpose é uma ferramenta de linha de comando que verifica rapidamente se uma lista de e-mails foi exposta em vazamentos online. Proteja sua privacidade e segurança digital com essa solução eficiente e fácil de usar.
Os dados utilizados pela EmailExpose são retirados do site Hotsheet, uma fonte confiável de informações sobre vazamentos de dados na web.
Para utilizar a EmailExpose, basta fornecer uma lista de e-mails e deixar que a ferramenta faça o resto. Mantenha-se informado sobre possíveis exposições de dados e tome medidas proativas para proteger suas informações pessoais.
Instalação:
$ pip install email-expose
Exemplo de uso:
Sem output:
$ email_expose --file /home/user/EmailExpose/list_emails.txt
Com output:
$ email_expose --file /home/user/EmailExpose/list_emails.txt --output
Output file: output.xlsx
Como lib Python:
from email_expose import expose_consult
i = expose_consult.Inoitsu()
result = i.consult_email('fulano@gmail.com')
print(result)
{
'email': 'fulano@gmail.com',
'breach_detect': 'BREACH DETECTED!',
'risk_password_leak': True,
'total_breaches': 5,
'most_recent_breach': '2021-01-01',
'sources_breaches': ['Twitter (200M)', 'Nitro', 'Dailymotion', 'Deezer', 'Vakinha'],
'summary': ['Dates of birth', 'Names', 'Passwords', 'Usernames']
}
Release files for email-expose 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| email_expose-0.1.2.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| email_expose-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.6 kB
Release files / email_expose-0.1.2.tar.gz
| Download URL | email_expose-0.1.2.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
89ecbb28556c1ddf428ffc40e834b402e2f7ad36967e2268ea99c4c91144ba45
|
|
BLAKE2b-256 checksum How to use checksums |
22780ea8c61ffaf64225a3619e4e79da3da16b5ed5358e25b0411fd754a65f19
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.5.1 CPython/3.10.12 Linux/5.10.102.1-microsoft-standard-WSL2
|
Release files / email_expose-0.1.2-py3-none-any.whl
| Download URL | email_expose-0.1.2-py3-none-any.whl |
|---|---|
| Size | 5.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a64e70f4423444e5d9112de1f0b25cfa1e76f57e53fb192b2b225e59a0835895
|
|
BLAKE2b-256 checksum How to use checksums |
e2c1782b163588f7dc2e3e1281689554cca86df81d4a45e6669fa61ce9413a20
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.5.1 CPython/3.10.12 Linux/5.10.102.1-microsoft-standard-WSL2
|