文件名称:RTFn-lite:用于协助网络 CTF 团队协作的 Etherpad-lite 外壳
文件大小:49KB
文件格式:ZIP
更新时间:2024-07-22 20:44:58
Python
安装/运行 要么下载 Etherpad-lite(作为子模块?): $ git submodule init $ git submodule update ``` 或者不使用子模块,而是将 Etherpad-lite 下载到 RTFn 将具有读/写访问权限的目录: $ git clone etherpad-lite ``` 安装 Python/Cherrypy (>3.2.0),例如: $ apt-get install python-cherrypy3 or bash $ pip install "CherryPy>=3.2.0" ``` 配置settings.json (将复制到settings.json )。 默认情况下,您只需要更改“ password ”设置。 创建您的第一个 RTFn-lite 竞赛。 这将设置数据库并将设置从 RTFn-lite 复制到 Eth
【文件预览】:
RTFn-lite-master
----rtfn.ini(191B)
----var()
--------.gitignore(71B)
----settings.json.template(471B)
----.gitmodules(83B)
----rlite()
--------db.py(5KB)
--------etherpad.py(9KB)
--------__init__.py(3KB)
--------auth.py(6KB)
----README.md(2KB)
----.gitignore(100B)
----elite()
----settings.json.simple(335B)
----static()
--------img()
--------js()
--------css()
----rlite.py(11KB)