EBomb - Email(s) bomber
pip install --upgrade EBomb
# 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 __repr__(self): ...
def request(self, mail: str, proxies: EasyProxies.ProxyDescriptor = None) -> requests.Response: ...
services: list[Service] = [...]
Ebomb/services.json
[
{
"url": "...",
"method": "..."
}
]
CLI
python -m Ebomb -h
Install for Android / Linux
- Download Termux (Android)
- Follow the steps from the article
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.1.2.tar.gz
(7.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
EBomb-2.1.2-py3-none-any.whl
(8.1 kB
view details)
File details
Details for the file EBomb-2.1.2.tar.gz.
File metadata
- Download URL: EBomb-2.1.2.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
717957eb70d53805131e4f48ea200a4ac8357cc71c78c4469a6c210a328d68a0
|
|
| MD5 |
fd9a6ea515ea988446f7b728ed740cb9
|
|
| BLAKE2b-256 |
e2bba3904f585c5a790fa497b6c327b29277741316028a86801918227cd49312
|
File details
Details for the file EBomb-2.1.2-py3-none-any.whl.
File metadata
- Download URL: EBomb-2.1.2-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92d720689e15fddbd019cc68adb608a08b35e8990f064fc909b90dc8696fcb81
|
|
| MD5 |
b4be73cafb603b938e49bb2a1ac50ea0
|
|
| BLAKE2b-256 |
2bc523432b9f75af51cebea21d87355d88eda08d4ac10f6d9f84b9aa45ea79c6
|