Sign inSign up

sionsmith/knockmail

By sionsmith

Updated almost 6 years ago

Verify if email exists

Image
0

907

sionsmith/knockmail repository overview

KnockMail

Copyright 2018 KnockMail

Written originally by: * Alisson Moretto - 4w4k3

Twitter: @4w4k3Official

Python3 fork maintained by: * Spencer Heywood - heywoodlh

Docker Installation by: * Sion Smith - sionsmith

Main

Installation:
git clone https://github.com/4w4k3/KnockMail.git
cd KnockMail
docker build -t knockmail .
Running:

For an interactive menu:

docker run knockmail

Validate single e-mail address:

docker run knockmail --email [email protected]

Validate emails stored in text file:

docker run knockmail --file /path/to/inputfile.txt
Screen

SearchFile

DISCLAIMER:

"DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." Taken from LICENSE.

Tested on:
  • Kali Linux - SANA
  • Kali Linux - ROLLING
  • Ubuntu 14.04-16.04 LTS
  • Debian 8.5
  • Linux Mint 18.1
  • OS X High Sierra
Contribute:

Send me more features if you want it :D

I need your help to make it become better.

Contact:

[email protected]

License:

This project is licensed under the BSD-3-Clause - see the LICENSE file for details.

Tag summary

Content type

Image

Digest

Size

21 MB

Last updated

almost 6 years ago

docker pull sionsmith/knockmail