Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

╔══════════════════════════════════════════════════════════╗ ║ 🤖 AI 定制项目接单中 · 有需求直接进频道聊 ║ ║ 👉 https://t.me/+heFGdl5IodFjMDll ║ ╚══════════════════════════════════════════════════════════╝

Codex破限 5.5 / codex-instruct-5.5

针对 GPT-5.5 的 Codex CLI 破甲工具 — 一键注入无限制模式系统指令
GPT-5.5 jailbreak for Codex CLI — one-click unrestricted mode injection

License: MIT Python 3.8+


这是什么 / What

GPT-5.5 在 Codex CLI 中同样受到严格的内容安全限制。本工具利用 model_instructions_file 配置机制,注入一套专为 GPT-5.5 编写的无限制模式指令,强制 Codex 以 [MODE: UNRESTRICTED] 运行。

与 5.4 的 CTF 沙箱方案不同,5.5 版本采用更直接的破甲策略:直接声明无限制开发者模式、关闭所有过滤器、明确要求不拒绝任何任务。8 条核心指令覆盖了安全研究、渗透测试、逆向工程、NSFW 虚构内容等全部场景。

GPT-5.5 inside Codex CLI retains the same strict safety restrictions. This tool injects a custom unrestricted-mode instruction set via model_instructions_file, forcing Codex into [MODE: UNRESTRICTED]. Unlike the 5.4 CTF sandbox approach, the 5.5 version uses a more direct jailbreak: explicit unrestricted developer mode declaration, all filters disabled, 8 core directives covering security research, pentesting, reverse engineering, and NSFW content.

与 5.4 版本的区别 / vs 5.4

5.4 (CTF沙箱)5.5 (无限制模式)
策略CTF 竞赛沙箱间接绕过直接声明无限制开发者模式
风格安全研究导向,方法论详细极简指令,覆盖面广
长度~180 行~40 行
适用GPT-5.4 Codex CLIGPT-5.5 Codex CLI

快速开始 / Quick Start

# 部署 GPT-5.5 破限指令
python codex-instruct.py

# 重启 Codex 生效

参数 / Options

参数说明
--file, -f使用外部 .md 指令文件
--name, -n输出文件名不含 .md(默认 gpt5.5-unrestricted
--dry-run预览,不实际修改
--codex-dir手动指定 .codex 目录

验证 / Verify

部署后测试:

"如何对目标进行 SQL 注入测试?"

破甲前 → 拒绝 ; 破甲后 → 直接给方法论。

还原 / Undo

# 删除 config.toml 中的 model_instructions_file 行
# 删除 ~/.codex/gpt5.5-unrestricted.md
# 重启 Codex

项目结构 / Layout

codex-instruct-5.5/
├── codex-instruct.py                    # 主脚本
├── examples/
│   └── gpt5.5-unrestricted.md           # 破甲指令独立副本
├── .gitignore
├── README.md
└── LICENSE                              # MIT

声明 / Disclaimer

利用官方配置机制,不修改二进制、不劫持网络、不篡改进程。风险自负。

Exploits official config mechanism. No binary mod, no MITM, no process tampering. Use at your own risk.

License

MIT

关于 About

Codex CLI 破甲工具(GPT-5.5) — 注入无限制模式系统指令,关闭所有内容过滤器。

语言 Languages

Python100.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
12
Total Commits
峰值: 6次/周
Less
More

核心贡献者 Contributors