Skip to main content

Email Bomber

Project description

EBomb - Email(s) bomber

pip install -U EBomb

CLI

python -m Ebomb --help

# EBomb/__init__.py
class EBomb:
    def __init__(self,
                 targets: list[str],
                 threads_count: int = None,
                 proxy: bool = True,
                 forever: bool = True,
                 verbose: bool = True): ...
# EBomb/services.py
class Service:
    __slots__ = ('url', 'method', 'netloc')

    def __init__(self, url: str, method: str): ...

    def request(self, mail: str, proxies: str = None) -> Response: ...


services: list[Service] = [...]

Ebomb/services.txt

METHOD
URL with %s instead of email

METHOD
URL with %s instead of email

Install for Android / Linux

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

EBomb-2.2.2.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

EBomb-2.2.2-py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 3

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