SimplySecurity / SimplyEmail

Email recon made fast and easy, with a framework to build on
CyberSyndicates.com
GNU General Public License v3.0
952 stars 226 forks source link

Feature Request: email-format.com #33

Open bcoles opened 7 years ago

bcoles commented 7 years ago

An example implementation in Python:

https://github.com/PaulSec/API-Email-Format

Usage:

from emailFormatAPI import EmailFormatAPI
res = EmailFormatAPI({'verbose': True}).get('example.com')
print res
killswitch-GUI commented 7 years ago

will look into this @bcoles