Dramabox Scraper adalah Node.js-based scraping toolkit yang dirancang untuk melakukan ekstraksi data dari platform Dramabox dengan pendekatan advanced bypass techniques.
Versi V5.9.0 menghadirkan peningkatan signifikan pada sisi network layer, anti-bot bypass, dan decryption engine, menjadikannya stabil untuk sistem dengan proteksi tinggi seperti Akamai & Aliyun.
- ✅ Stable & Fully Working
- ✅ Anti-Shadowban System
- ✅ Akamai WAF Bypass Ready
- ✅ VIP Content Decryption Enabled
- Cloud Crypto Signature — Vercel-based Node engine
- Akamai WAF Bypass — Raw TLS Socket (HTTP/1.1)
- SOCKS5 Auto-Rotation — Intelligent IP switching
- Aliyun AES Decryptor — Direct
.encrypt.mp4processing
Dramabox menggunakan sistem proteksi ketat:
- Akamai WAF
- Aliyun Security Layer
- IP-based Shadowban
Jika terkena limit, server tetap merespon namun tanpa data (empty response).
- Gunakan proxy (SOCKS5)
- Hindari request berlebihan
- Gunakan rotasi IP
Script mendukung integrasi dengan Exsala API untuk:
- Proxy Pool Automation
- Token Rotation
- VIP Decryption
EXSALA_PROXY_APIBisa menggunakan:
- Exsala API (recommended)
- Proxy pribadi (custom endpoint)
Menggunakan tls.connect untuk koneksi HTTP/1.1 berbasis socket, menghindari deteksi library standar.
- Deteksi shadowban
- Rotasi IP & token otomatis
- Retry hingga data valid
- AES-128-ECB
- Tanpa emulator / Frida
- Direct processing
- Auto-detect
pages&isMore - Crawling efisien
- Delay natural
- Trending
- Latest
- Unwatched
- 🔍 Search Drama
- 🆕 Latest Releases
- 🎯 Recommendation (FYP)
- ⏳ Coming Soon
- 📊 Top Rankings
- 💎 VIP Content
- 🗂️ Category Browser
- 📦 Raw Episode Extraction
- 🔓 Decrypt Video URL
Pastikan Node.js sudah terinstall:
https://nodejs.org/
git clone https://github.com/giienew/dramabox-scraper
cd dramabox-scrapernpm install axios readline fs tls zlib crypto socksnode dramabox.jssearch_[category]_[keyword].json
latest_full_release.json
vip_exclusive.json
foryou_recommended.json
rank_[category].json
coming_soon.json
classify_full.json
raw_episodes_[bookId].json
- Open-source untuk edukasi
- Tidak untuk diperjualbelikan
- Gunakan untuk pembelajaran:
- API Structure
- HTTP Networking
- TLS Socket
- Pagination
- Decryption
Semua risiko penggunaan ditanggung pengguna.
- Author: Gienetic
- Engine: Exsala API
- Community: NB Community
Project ini dibuat untuk eksplorasi:
- Reverse Engineering
- Network Analysis
- API Automation
Silakan fork dan kembangkan.