https://cf.vyr.my.id
v1.0CF Proxy
Cloudflare bypass.
Status
GET
/api/statuscek proxy aktifcurl https://cf.vyr.my.id/api/status
Mode
sourceAmbil HTMLDapat HTML mentah dari halaman yang diproteksi Cloudflare. Pakai ini kalau mau scrape konten.
curl -X POST https://cf.vyr.my.id/api/solve \
-H 'Content-Type: application/json' \
-d '{"mode":"source","url":"https://target.com"}' \
--max-time 120waf-sessionCF Clearance CookieDapetin cookie cf_clearance yang valid untuk session yang butuh auth Cloudflare.
curl -X POST https://cf.vyr.my.id/api/solve \
-H 'Content-Type: application/json' \
-d '{"mode":"waf-session","url":"https://target.com"}' \
--max-time 120turnstile-minSolve Turnstile (Cepat)Solve Cloudflare Turnstile captcha. Butuh siteKey dari halaman target.
curl -X POST https://cf.vyr.my.id/api/solve \
-H 'Content-Type: application/json' \
-d '{"mode":"turnstile-min","url":"https://target.com","siteKey":"0x4AAAA..."}' \
--max-time 120turnstile-maxSolve Turnstile (Akurat)Sama seperti turnstile-min tapi lebih akurat, sedikit lebih lambat.
curl -X POST https://cf.vyr.my.id/api/solve \
-H 'Content-Type: application/json' \
-d '{"mode":"turnstile-max","url":"https://target.com","siteKey":"0x4AAAA..."}' \
--max-time 120recaptcha-minSolve reCAPTCHASolve Google reCAPTCHA v2/v3.
curl -X POST https://cf.vyr.my.id/api/solve \
-H 'Content-Type: application/json' \
-d '{"mode":"recaptcha-min","url":"https://target.com"}' \
--max-time 120keyExtract TokenEkstrak token atau key spesifik dari halaman target.
curl -X POST https://cf.vyr.my.id/api/solve \
-H 'Content-Type: application/json' \
-d '{"mode":"key","url":"https://target.com"}' \
--max-time 120Catatan
- Selalu tambah
--max-time 120— solver butuh waktu