SecretService Decoy Encrypted Emailer For use with gmail currently. Will add other mailers later. This system uses ECC/ECIES (Elliptic Curve Cryptography) to exchange keys with a user and enables them to send secret messages back and forth. When we say secret, it means there is a decoy message that sits in your normal gmail inbox, while the real message is accessible by the app and will decrypt your messages. How to operate: Step 1: pip3 install -r requirements (recommended to use a virtual env) Step 2: python3 ./SecretService.py Step 3: Register your gmail account (app password for now, will change later) Step 4: Exchange Keys, Send a user your key, and have that user send theirs. Step 4: Check Mail (to receive keys, will automate this later) Step 5: Verify key by clicking List Public Keys Step 6: Once key is in the keyring, then send a message to that person. Step 7: Have them check mail Step 8: Optionally you have them send a message and you check mail. Have fun! Proof of Concept - We are aware of major improvements we can do, but this was a project that took about 2.5 days just to get up and going. Stay tuned for updates! -- Unit 221B, LLC
Secret Service Email Encryption/Steganography
Overview
Email-bomber - Email bomber unlike other email bombers u don't need your gmail email id to use this
Email-bomber - Email bomber unlike other email bombers u don't need your gmail email id to use this
This Python program generates a random email address and password from a 2 big lists and checks the generated email.
This Python program generates a random email address and password from a 2 big lists and checks the generated email.
A light-weight, modular, message representation and mail delivery framework for Python.
Marrow Mailer A highly efficient and modular mail delivery framework for Python 2.6+ and 3.2+, formerly called TurboMail. © 2006-2019, Alice Bevan-McG
Simple, powerfull and nonobstructive django email middleware.
djmail djmail is a BSD Licensed, simple and nonobstructive django email middleware. Why use djmail? Because it: Sends emails asynchronously without ad
ghotok mail - lets you find available contact email addresses from target website
ghotok-mail ghotok mail - lets you find available contact email addresses from target website git clone https://github.com/josifkhan/ghotok-mail cd gh
Convert emails without attachments to pdf and send as email
Email to PDF to email This script will check an imap folder for unread emails. Any unread email that does not have an attachment will be converted to
Django SMTP Protocol with Gmail
Django SMTP Protocol with Gmail This is the free service from gmail to send and receive emails. What we need for this things done, Python/pip install
利用阿里的云函数发送电子邮件
alifc_email 主要特性 利用阿里的云函数发送电子邮件 使用场景 hw中的钓鱼邮件发送,一些邮服会解析出邮件的来源ip(此来源ip并不是邮服的ip,而是从客户端发送邮件时,邮服自动带上的客户端ip),对于这些来源ip可能会做一些风控。 本项目利用云函数出口ip较多来绕过这些风控 使用方法 首
Euserv_extend captcha solver + pin code(Gmail)
Euserv_extend captcha solver + pin code(Gmail)
An OSINT program that allows you to uncover a censored domain in an email adress
An OSINT program that allows you to uncover a censored domain in an email adress. Useful when you extract email from Instagram or Twitter password recovery function.
Python Email Sender (PES) is a program made with Python using smtplib, socket and tkinter.
Python Email Sender (PES) is a program made with Python using smtplib, socket and tkinter. This program was made for sender email to be a gmail account because that's what I used when testing it out,
Kanmail - An email client that functions like a kanban board, for Mac/Windows/Docker
Kanmail - An email client that functions like a kanban board, for Mac/Windows/Docker
A CLI client for sending text emails. (Currently only gmail supported)
emailCLI A CLI client for sending text emails. (Currently only gmail supported)
Send email notification when receiving Facebook message.
Send email notification when receiving Facebook message.
faceFarm is an active yahoo email detection script that functions to take over the facebook account using email.
faceFarm – The simple Email Detector. Email Valid Detector for Facebook (Yahoo) faceFarm is an active yahoo email detection script that functions to t
This python script will generate passwords for your emails, With certain lengths, And saves them into plain text files.
How to use. Change the Default length of genereated password in default.length.txt Type the email for your account. Type the website that the email an
An automation program that checks whether email addresses are real, whether they exist and whether they are a validated mail
Email Validator It is an automation program that checks whether email addresses are real, whether they exist and whether they are a validated mail. Re
A SMTP server for use as a pytest fixture that implements encryption and authentication.
SMTPDFix: Test email, locally A simple SMTP server based on aiosmtpd for use as a fixture with pytest that supports encryption and authentication. All
Suplantar mails de empresas como google, facebook, github, etc...
Suplantar mails de empresas como google, facebook, github, etc...
Secret Service Email Encryption/Steganography
SecretService Decoy Encrypted Emailer