ihsandevs / cloudflare-bypasser
此包已废弃,不再维护。未建议替代包。
绕过 CloudFlare。现在忘记人类验证。
dev-main
2022-10-13 07:19 UTC
Requires
- symfony/process: ^6.1
This package is auto-updated.
Last update: 2024-06-13 11:28:31 UTC
README
轻松绕过 CloudFlare。现在忘记人类验证。
安装
composer require Ihsandevs/cloudflare-bypasser
用法
<?php use Ihsandevs\CloudflareBypasser\Bypass; require __DIR__ . '/vendor/autoload.php'; $bypass = new Bypass('https://ihsandevs.com'); echo $bypass->getRealContent(); // will return HTML content of the page
作者
👤 Ihsan Devs
- 网站: https://ihsandevs.com
- Twitter: @IhsanDevs
- Github: @IhsanDevs
展示你的支持
如果这个项目对你有帮助,请给一个 ⭐️!
此 README 由 readme-md-generator 用 ❤️ 生成