Commit Graph

190 Commits

Author SHA1 Message Date
violettools
ed0dca8b12 增加记忆功能以及完善虚拟鼠标 2026-01-28 18:37:50 +08:00
violettools
9284976928 更新文档 2026-01-28 17:21:31 +08:00
violettools
9dc80e3eb1 新增浏览器工具 2026-01-28 17:18:11 +08:00
violettools
70486331b7 docs: 添加双模式封禁风险对比和选择建议 2026-01-27 02:47:00 +08:00
violettools
aee0e1b701 v1.9.0: 双模式Workers支持 - VLESS(破皮版)和HTTP(爬楼梯版)自动部署选择 2026-01-27 02:35:29 +08:00
violettools
c2e8b05b1a fix: correct indentation in request() causing UnboundLocalError 2026-01-26 23:09:06 +08:00
violettools
d9efb5b893 feat: add unified data processing module (cfspider.read, DataFrame)
- Add cfspider.read() for unified data reading (file, URL, list)
- Add DataFrame class with chainable operations
- Support filter, transform, sort, select, drop, add, unique, dropna, fillna
- Support group().agg() for aggregation
- Support join, concat for merging
- Support save to CSV, JSON, Excel, Parquet
- Support conversion to/from pandas and polars
2026-01-26 22:21:54 +08:00
violettools
70f890bbe6 docs: add X27CN decryption demo GIF 2026-01-26 14:53:25 +08:00
violettools
c70497edd0 docs: clarify 破皮版 key mechanism in make_workers 2026-01-26 14:00:23 +08:00
violettools
42030294c0 docs: update 破皮版 environment variables and deployment guide 2026-01-26 13:41:53 +08:00
violettools
9134b1cf53 docs: update x27cn README, remove captcha description 2026-01-26 13:33:32 +08:00
violettools
76d8d110e8 更新文档:添加在线工具链接和人机验证说明 2026-01-26 03:09:26 +08:00
violettools
acf14ce92c 更新X27CN工具链接 2026-01-26 02:57:18 +08:00
violettools
508381cbeb X27CN v1.4.3: 增强数字混淆 - 使用JS类型转换表达式 2026-01-26 02:51:34 +08:00
violettools
c6cefdf04f feat(x27cn): v1.4.1 迷惑性字符混淆 + 数字/运算符混淆 2026-01-26 00:58:50 +08:00
violettools
9401a98384 feat(x27cn): v1.4.0 添加一键保护和反爬功能 2026-01-26 00:37:48 +08:00
violettools
6e25f036e8 docs: 更新 README,重点突出 v1.8.9 自动部署功能 2026-01-25 19:26:02 +08:00
violettools
d51feb9df9 fix: 将破皮版 workers 打包到 pip 安装包中 2026-01-25 19:18:28 +08:00
violettools
17eedc4dd6 release: v1.8.8 - 添加 make_workers 自动部署破皮版 Workers 2026-01-25 19:15:01 +08:00
violettools
dc19d9f2d3 feat: 添加 my_domain 参数支持自动配置自定义域名 2026-01-25 19:07:10 +08:00
violettools
dbb381d165 feat: make_workers 使用破皮版代码,自动启用 workers.dev 路由 2026-01-25 19:03:05 +08:00
violettools
6b598148eb feat: add more env_vars shortcuts (host, key, accesskey, two_proxy) 2026-01-25 18:54:43 +08:00
violettools
fb9d4a7dd5 feat: make_workers() now supports env_vars parameter
- Add env_vars parameter to set Workers environment variables
- Add shortcut parameters: uuid, proxyip, socks5
- Support UUID, PROXYIP, SOCKS5 and custom variables
- Auto-detect workers.dev subdomain for correct URL
- Update documentation with examples
2026-01-25 18:51:16 +08:00
violettools
ff6769d9f2 feat(v1.8.8): add make_workers() for auto Workers management
- Add cfspider.make_workers() to auto-create and manage Workers
- Auto-recreate Workers when they become unavailable
- WorkersManager can be used directly as cf_proxies parameter
- Add list_workers() and delete_workers() helper functions
- Update documentation with usage examples
2026-01-25 18:48:18 +08:00
violettools
d270a40d52 docs: recommend temp email for CF sub-account registration 2026-01-25 18:34:11 +08:00
violettools
ab80ef5f7d docs: add free.violetteam.cloud to links 2026-01-25 18:32:59 +08:00
violettools
0ef93e80f5 破皮版完整实现功能 2026-01-25 17:42:52 +08:00
violettools
49d7232194 破皮版完整实现功能 2026-01-25 17:32:19 +08:00
violettools
51413e8b58 破皮版完整实现功能 2026-01-25 16:50:59 +08:00
violettools
e45e582a52 docs: add EdgeOne CDN warning and VLESS test results 2026-01-25 16:30:43 +08:00
violettools
074f90e3d9 添加明文版和超明文版workers 2026-01-25 02:51:49 +08:00
violettools
8b81995293 添加超明文版workers,更新README文档 2026-01-25 02:51:12 +08:00
violettools
28fe2e7f15 环境变量设置标注为可选 2026-01-25 02:42:56 +08:00
violettools
968ac7f223 使用String.fromCharCode修复换行 2026-01-25 02:38:19 +08:00
violettools
5b0d6478a5 修复解密信息换行显示 2026-01-25 02:35:55 +08:00
violettools
13b8802e20 更新UUID说明为cfspider库的uuid参数 2026-01-25 02:34:06 +08:00
violettools
06d20ba4c9 添加完整URL和环境变量说明到密钥提示 2026-01-25 02:31:54 +08:00
violettools
d640b38c99 加密密钥获取,获取信息难度增加 2026-01-25 02:25:28 +08:00
violettools
5e61edf72a feat: x27cn v1.1.0 - 添加文件混淆功能,支持 HTML/JS/CSS 加密 2026-01-24 19:09:44 +08:00
violettools
3d11a290e5 feat: 添加 x27cn Python 加密库,更新 gitignore 保护机密文件 2026-01-24 19:02:04 +08:00
violettools
cc69e4f2ac Update decrypt tool URL to x27cn.cfspider.com 2026-01-24 16:59:48 +08:00
violettools
0a54c37faf Update decrypt tool: v4.8 with server detection and local fallback 2026-01-24 16:56:46 +08:00
violettools
61a2f25632 Organize gitignore: clarify confidential files section 2026-01-24 16:15:18 +08:00
violettools
d3e32b71a3 更新端点 2026-01-24 16:13:54 +08:00
violettools
a13d78f6da Update gitignore: add decrypt-pages and remove x27cn-pages/index.html from repo 2026-01-24 14:54:00 +08:00
violettools
541ae1e02e Update README: fix disguise page description (Nginx not Apache2), remove emojis 2026-01-24 14:42:01 +08:00
violettools
5e7616c03d Remove emojis from README.md 2026-01-24 14:40:15 +08:00
violettools
9df04fcdef Remove X27CN_ALGORITHM.md from repo (confidential) 2026-01-24 14:35:50 +08:00
violettools
3bd46fa0e3 <>加密 2026-01-24 14:32:59 +08:00
violettools
a8c26bd6f7 x2727cn加密算法添加 2026-01-24 14:31:58 +08:00