Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SimplySecurity/SimplyEmail
Email recon made fast and easy, with a framework to build on
https://github.com/SimplySecurity/SimplyEmail
email-recon emails hacking kali recon
Last synced: 2 months ago
JSON representation
Email recon made fast and easy, with a framework to build on
- Host: GitHub
- URL: https://github.com/SimplySecurity/SimplyEmail
- Owner: SimplySecurity
- License: gpl-3.0
- Created: 2015-10-30T03:12:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T22:20:25.000Z (about 2 years ago)
- Last Synced: 2024-08-01T09:25:36.645Z (6 months ago)
- Topics: email-recon, emails, hacking, kali, recon
- Language: Python
- Homepage: CyberSyndicates.com
- Size: 4.55 MB
- Stars: 939
- Watchers: 65
- Forks: 226
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - SimplySecurity/SimplyEmail - Email recon made fast and easy, with a framework to build on (Python)
README
[![Build Status](https://travis-ci.org/SimplySecurity/SimplyEmail.svg?branch=master)](https://travis-ci.org/SimplySecurity/SimplyEmail)
[![Coverage Status](https://coveralls.io/repos/github/killswitch-GUI/SimplyEmail/badge.svg?branch=Version-1.4)](https://coveralls.io/github/killswitch-GUI/SimplyEmail?branch=Version-1.4)![alt text](https://simplyemail.org/img/se-logo-2.png "Logo Title Text 1")
----
SimplyEmail was built arround the concept that tools should do somthing, and do that somthing well, hence 'Simply'. Full documentation can be found at:[INSTALL / FAQ] https://simplysecurity.github.io/SimplyEmail/
[CHANGELOG] https://github.com/SimplySecurity/SimplyEmail/blob/master/CHANGELOG.md
[HELP/QUESTIONS/CHAT] Join us at: https://simplysecurity.herokuapp.com
## TL;DR
Supported Platforms / Tested with CI:
* **Docker**
* Kali Rolling
* Debian 9.x
* Ubuntu 16.04 LTS
* MacOS```bash
root@kali:~# curl -s https://raw.githubusercontent.com/killswitch-GUI/SimplyEmail/master/setup/oneline-setup.sh | bash
root@kali:~# cd SimplyEmail
(SE) root@kali:~/SimplyEmail# ./SimplyEmail.py
```or
```bash
root@kali:~# docker pull simplysecurity/simplyemail
root@kali:~# docker run -ti simplysecurity/simplyemail
```