.. typhon documentation master file, created by sphinx-quickstart on Thu Oct 2 11:45:33 2025. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Typhon: 最好的 CTF pyjail 沙箱逃逸自动化解题工具 ============================================================ .. image:: https://picui.ogmua.cn/s1/2026/03/13/69b3f7ccd8d5a.webp ``Typhon`` 是一款基于 python3 的开源工具,旨在为 CTF 选手提供方便的 pyjail 自动化解决工具。 你当前所阅读的是 ``Typhon`` 1.0.13 文档。此版本 ``Typhon`` 主要完善了网页用户界面(web ui),具体见 :doc:`WEBUI` 文档。 未来, ``Typhon`` 会逐步实现针对 ``AST`` (抽象语法树), ``audithook`` (审计钩子)黑名单的绕过功能,并提供多行的绕过策略,为CTF选手提供强大的pyjail自动化解题工具。 .. code-block:: python import Typhon, ast def main(): Typhon.bypassRCE( 'pwn_the_world', local_scope = {'__builtins__' : {'hack_for': fun()}}, banned_chr = 'welcome', banned_re = '*.to*.', banned_ast = [ast.Typhon], max_length = 1337, interactive = True ) :download:`下载项目源码 ` 安装 ------ .. code-block:: bash pip install typhonbreaker 索引 ------ .. toctree:: :maxdepth: 2 USAGE WEBUI EXAMPLE FAQ 链接 ------ * `GitHub `_ * `PyPi `_ * `Blog `_ * `Search Page `_