Email Bomber


License
MIT
Install
pip install EBomb==2.2.2

Documentation

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