{ "info": { "author": "D3PSI", "author_email": "d3psigames@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# mailbomb\n## A python package to send corporate amounts of email quickly and easily\n\nThis python package (for Python 3.6) allows you to quickly send massive amounts of email to your customers.\n\n## Installation\n\nThe package is available for install from `pip`:\n\n pip3 install mailbomb\n\nAnd then you are good to go.\n\n## Usage\n\nImport the package in your Python script like so:\n\n import mailbomb.Mailbomb as mb\n\n nuke = mb.Mailbomb(host='smtp.example.com', port=465,\n login='user@example.com', key='vErYsEcReTpAsSkEy')\n nuke.load_target_list('targets.txt') # Read targets line by line from a .txt-file\n nuke.add_target('target@targetdomain.com') # Add a target manually\n nuke.remove_duplicate_targets() # Removes duplicate targets\n nuke.exclude_targets('exclude_list.txt') # Excludes targets line by line from the specified .txt-file\n nuke.add_header('From', 'Anonymous Attacker ')\n nuke.add_header('Subject', 'You are being nuked. Enjoy!')\n nuke.add_header('Reply-To', 'Anonymous Attacker #2 ')\n nuke.load_html_message('message.html')\n nuke.starttls()\n nuke.launch_agents(50)\n nuke.terminate()\n\nAnd the nuke will be launched. Details on adding target email addresses will follow soon as this functionality has not yet been implemented.\n\n## Uninstallation\n\nUninstall the package using `pip`:\n\n pip3 uninstall mailbomb\n\nThank you for using this Python package!\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/D3PSI/mailbomb", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "mailbomb", "package_url": "https://pypi.org/project/mailbomb/", "platform": "", "project_url": "https://pypi.org/project/mailbomb/", "project_urls": { "Homepage": "https://github.com/D3PSI/mailbomb" }, "release_url": "https://pypi.org/project/mailbomb/0.0.1.5/", "requires_dist": null, "requires_python": "", "summary": "A python package to send corporate amounts of email quickly and easily", "version": "0.0.1.5" }, "last_serial": 5831616, "releases": { "0.0.1.0": [ { "comment_text": "", "digests": { "md5": "ef3cab94da5c45cad161c621bb536b0b", "sha256": "754a89580844fa8b29cf16e3152dd4bc10abed00b0e05af8afb619ea876cb34c" }, "downloads": -1, "filename": "mailbomb-0.0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ef3cab94da5c45cad161c621bb536b0b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15741, "upload_time": "2019-08-26T15:49:58", "url": "https://files.pythonhosted.org/packages/20/55/76c40ac35f87a88e55d80c34bb5f0f9f2151f663e2cef472b247d42b6997/mailbomb-0.0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cebb8c4601b3874d082e7680414093af", "sha256": "5a1fc6d7e2f9fc8c52e627ce9f1bf565005f00de6dfcf60cd23fcd3932f17b23" }, "downloads": -1, "filename": "mailbomb-0.0.1.0.tar.gz", "has_sig": false, "md5_digest": "cebb8c4601b3874d082e7680414093af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3010, "upload_time": "2019-08-26T15:49:59", "url": "https://files.pythonhosted.org/packages/b6/eb/745154cb8cd343ed8dce84a962499fbc55926c37c9e66dea1c2ee8744afd/mailbomb-0.0.1.0.tar.gz" } ], "0.0.1.3": [ { "comment_text": "", "digests": { "md5": "d4023c08d24dbda4d986189354298142", "sha256": "b6bb16457921e25a125f025877bf0022c113836bdbb3f736cf2804fd57189283" }, "downloads": -1, "filename": "mailbomb-0.0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "d4023c08d24dbda4d986189354298142", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15826, "upload_time": "2019-09-15T11:11:55", "url": "https://files.pythonhosted.org/packages/e1/a3/c398ed70e63cae96e72ead69fed1d38a24bac9b4222cace5ca7ad19648c2/mailbomb-0.0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d70de5c011be19f1176e7931720f19fb", "sha256": "3addfe5da8e5638d25c64cd9819d605a5cd37ffbd54c94da6929a7d765b88a0d" }, "downloads": -1, "filename": "mailbomb-0.0.1.3.tar.gz", "has_sig": false, "md5_digest": "d70de5c011be19f1176e7931720f19fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3092, "upload_time": "2019-09-15T11:11:56", "url": "https://files.pythonhosted.org/packages/38/f6/8c518a6c84a68732021dfbb0f074ddaf963d5aa1b7bca6772bea0c4d56ac/mailbomb-0.0.1.3.tar.gz" } ], "0.0.1.5": [ { "comment_text": "", "digests": { "md5": "db5534e4a8ffaefa66858e10e44064a5", "sha256": "564576fc9c17e1d94e94eba8f577cfdff419ef64b12a7a32a500ab38e9aea64a" }, "downloads": -1, "filename": "mailbomb-0.0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "db5534e4a8ffaefa66858e10e44064a5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16185, "upload_time": "2019-09-15T11:48:04", "url": "https://files.pythonhosted.org/packages/ea/9d/3fba0c47395c8ed46fd1bb659f4ce034f2a61212f11f128339300e9ecb2c/mailbomb-0.0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d4efca821c3acab4aa48fee6b9af472", "sha256": "c4418e910160759efd125efc4328e8f6439db85f6d1d447775328a693f41a833" }, "downloads": -1, "filename": "mailbomb-0.0.1.5.tar.gz", "has_sig": false, "md5_digest": "0d4efca821c3acab4aa48fee6b9af472", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3430, "upload_time": "2019-09-15T11:48:06", "url": "https://files.pythonhosted.org/packages/d4/12/112ee062d1d406de5af22c1d155de0aa94a7827978e2c3f7a0acd79f4478/mailbomb-0.0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "db5534e4a8ffaefa66858e10e44064a5", "sha256": "564576fc9c17e1d94e94eba8f577cfdff419ef64b12a7a32a500ab38e9aea64a" }, "downloads": -1, "filename": "mailbomb-0.0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "db5534e4a8ffaefa66858e10e44064a5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16185, "upload_time": "2019-09-15T11:48:04", "url": "https://files.pythonhosted.org/packages/ea/9d/3fba0c47395c8ed46fd1bb659f4ce034f2a61212f11f128339300e9ecb2c/mailbomb-0.0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d4efca821c3acab4aa48fee6b9af472", "sha256": "c4418e910160759efd125efc4328e8f6439db85f6d1d447775328a693f41a833" }, "downloads": -1, "filename": "mailbomb-0.0.1.5.tar.gz", "has_sig": false, "md5_digest": "0d4efca821c3acab4aa48fee6b9af472", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3430, "upload_time": "2019-09-15T11:48:06", "url": "https://files.pythonhosted.org/packages/d4/12/112ee062d1d406de5af22c1d155de0aa94a7827978e2c3f7a0acd79f4478/mailbomb-0.0.1.5.tar.gz" } ] }