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: 3 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T22:20:25.000Z (over 2 years ago)
- Last Synced: 2024-11-03T05:30:15.426Z (8 months ago)
- Topics: email-recon, emails, hacking, kali, recon
- Language: Python
- Homepage: CyberSyndicates.com
- Size: 4.55 MB
- Stars: 948
- 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
[](https://travis-ci.org/SimplySecurity/SimplyEmail)
[](https://coveralls.io/github/killswitch-GUI/SimplyEmail?branch=Version-1.4)
----
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
```