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.0.tar.gz
(7.3 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.0-py3-none-any.whl
(7.9 kB
view details)
File details
Details for the file EBomb-2.1.0.tar.gz.
File metadata
- Download URL: EBomb-2.1.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ef98edc365f27c94aedebbffea085afb6b7a3d3a1d0c5d5cb592f76fee87d3b
|
|
| MD5 |
59f7a193734324fbd6e9fb52abd5201e
|
|
| BLAKE2b-256 |
d50722b9ce8410daf2cea63236afc232531c6676f74c61a224c3f847f93075b7
|
File details
Details for the file EBomb-2.1.0-py3-none-any.whl.
File metadata
- Download URL: EBomb-2.1.0-py3-none-any.whl
- Upload date:
- Size: 7.9 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 |
7cfe1c9b0e150feddc418a020ec2615006b35e9c26637704fe1f7bb22d40429b
|
|
| MD5 |
0dbf5cb3169220436833b36ac500d4c6
|
|
| BLAKE2b-256 |
2c4980aaa039d514d095eb55310e94e249ac95384f18057d577c960109456dad
|