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
- Download Termux (Android)
- Follow the steps from the article
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
EBomb-2.2.2-py3-none-any.whl
(8.4 kB
view details)
File details
Details for the file EBomb-2.2.2.tar.gz
.
File metadata
- Download URL: EBomb-2.2.2.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1be9c51874a68304183a8292847b6a17dfe5a989c83bfba728dc6e612a0fdfd6 |
|
MD5 | 5d670b1523228a25d7ce788944c41a99 |
|
BLAKE2b-256 | 4e0ce9af6f56d9380882ba4f00b85ef588f24c04006f63c72aa57446a0278242 |
File details
Details for the file EBomb-2.2.2-py3-none-any.whl
.
File metadata
- Download URL: EBomb-2.2.2-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 575fe05186850e806da7e2f76dd276d24477bec7aadcf19e155831742650ff78 |
|
MD5 | 413f7fd17ab8541521c408997462bb08 |
|
BLAKE2b-256 | 0284e360c493f1184fe7dd20f3545915c8f8467e41c4556d4b38fa8bc0299e67 |