Skip to main content

No project description provided

Project description

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']
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

email_expose-0.1.2.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

email_expose-0.1.2-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page