
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
# Leakify
An async-powered CLI to bulk-download photos and videos from [leakedzone.com](https://leakedzone.com). Leakify crawls a model’s public gallery, grabs full-resolution media URLs, and uses `ffmpeg` under the hood for fast, reliable downloads.
---
## 🚀 Key Features
- **Asynchronous & concurrent** downloading with configurable batch size
- **Auto-pagination**: crawls all pages of photos and videos
- **Thumbnail → full-res** URL conversion
- **HLS & detail-page scraping** for videos
- **Real-time terminal status** (via `tabulate` + `colorama`)
- **One-line install** and **one-command** usage
---
## 📦 Installation
1. Ensure you have:
- Python 3.7+
- `ffmpeg` on your `PATH`
2. Install from PyPI:
```bash
pip install leakify
leakify -u <MODEL_USERNAME> [options]
Option | Description | Default |
---|---|---|
-u , --user | (required) Model’s username | |
-p , --photos | Photos only | ✗ |
-v , --videos | Videos only | ✗ |
-b , --batch N | Max concurrent downloads (1–100) | 10 |
-h , --help | Show help and exit |
All media (photos + videos):
leakify -u jane_doe
Photos only, batch of 5:
leakify -u jane_doe --photos -b 5
Videos only, batch of 20:
leakify -u jane_doe --videos -b 20
Downloads land in a folder named after the model:
./jane_doe/
├── photos/
│ ├── 001.jpg
│ ├── 002.jpg
│ └── …
└── videos/
├── a1b2c3d4e5f6.mp4
├── f6e5d4c3b2a1.mp4
└── …
git clone https://github.com/andrilchakraborty/leakify.git
cd leakify
pip install -e .[test]
pytest
flake8 leakify
Feel free to open issues or PRs on the GitHub repo.
FAQs
Download photos and videos from leakedzone.com
We found that leakify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.