Skip to main content

A python package to send corporate amounts of email quickly and easily

Project description

mailbomb

A python package to send corporate amounts of email quickly and easily

This python package (for Python 3.6) allows you to quickly send massive amounts of email to your customers.

Installation

The package is available for install from pip:

pip3 install mailbomb

And then you are good to go.

Usage

Import the package in your Python script like so:

import mailbomb.Mailbomb as mb

nuke = mb.Mailbomb(host='smtp.example.com', port=465,
    login='user@example.com', key='vErYsEcReTpAsSkEy')
nuke.load_target_list('targets.txt')        # Read targets line by line from a .txt-file
nuke.add_target('target@targetdomain.com')  # Add a target manually
nuke.remove_duplicate_targets()             # Removes duplicate targets
nuke.exclude_targets('exclude_list.txt')    # Excludes targets line by line from the specified .txt-file
nuke.add_header('From', 'Anonymous Attacker <anonymous@attacker.com>')
nuke.add_header('Subject', 'You are being nuked. Enjoy!')
nuke.add_header('Reply-To', 'Anonymous Attacker #2 <other@attacker.com>')
nuke.load_html_message('message.html')
nuke.starttls()
nuke.launch_agents(50)
nuke.terminate()

And the nuke will be launched. Details on adding target email addresses will follow soon as this functionality has not yet been implemented.

Uninstallation

Uninstall the package using pip:

pip3 uninstall mailbomb

Thank you for using this Python package!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mailbomb-0.0.1.5.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

mailbomb-0.0.1.5-py3-none-any.whl (16.2 kB view details)

Uploaded Python 3

File details

Details for the file mailbomb-0.0.1.5.tar.gz.

File metadata

  • Download URL: mailbomb-0.0.1.5.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.6.8

File hashes

Hashes for mailbomb-0.0.1.5.tar.gz
Algorithm Hash digest
SHA256 c4418e910160759efd125efc4328e8f6439db85f6d1d447775328a693f41a833
MD5 0d4efca821c3acab4aa48fee6b9af472
BLAKE2b-256 d412112ee062d1d406de5af22c1d155de0aa94a7827978e2c3f7a0acd79f4478

See more details on using hashes here.

File details

Details for the file mailbomb-0.0.1.5-py3-none-any.whl.

File metadata

  • Download URL: mailbomb-0.0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 16.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.6.8

File hashes

Hashes for mailbomb-0.0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 564576fc9c17e1d94e94eba8f577cfdff419ef64b12a7a32a500ab38e9aea64a
MD5 db5534e4a8ffaefa66858e10e44064a5
BLAKE2b-256 ea9d3fba0c47395c8ed46fd1bb659f4ce034f2a61212f11f128339300e9ecb2c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page